Searched refs:gen_cc_cond (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1181 static void gen_cc_cond(DisasCompare *c, DisasContext *s, int cond) in gen_cc_cond() function 1357 gen_cc_cond(&c, s, cond); in gen_jmpcc() 1448 gen_cc_cond(&c, s, cond); in DISAS_INSN() 4716 gen_cc_cond(&c, s, extract32(insn, 8, 4)); in DISAS_INSN() 4724 gen_cc_cond(&c, s, 9); /* V set */ in DISAS_INSN()
|