/external/qemu/target-mips/ |
translate.c | 723 tcg_gen_brcondi_tl(cond, t0, val, l1); \ 740 tcg_gen_brcondi_tl(cond, t0, 0, l1); \ [all...] |
/external/qemu/target-i386/ |
translate.c | 788 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1); 795 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1); 1202 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1); 1207 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, t0, 0, l1); [all...] |
/external/qemu/tcg/ |
tcg-op.h | 2745 #define tcg_gen_brcondi_tl macro [all...] |