Searched refs:gen_logic_cc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 619 static void gen_logic_cc(DisasContext *s, TCGv val, int opsize) in gen_logic_cc() function 1519 gen_logic_cc(s, tmp, OS_LONG); in DISAS_INSN() 1912 gen_logic_cc(s, reg, OS_LONG); in DISAS_INSN() 2267 gen_logic_cc(s, dest, opsize); in DISAS_INSN() 2277 gen_logic_cc(s, dest, opsize); in DISAS_INSN() 2301 gen_logic_cc(s, dest, opsize); in DISAS_INSN() 2516 gen_logic_cc(s, src, opsize); in DISAS_INSN() 2585 gen_logic_cc(s, zero, opsize); in DISAS_INSN() 2630 gen_logic_cc(s, dest, opsize); in DISAS_INSN() 2645 gen_logic_cc(s, reg, OS_LONG); in DISAS_INSN() [all …]
|