Searched refs:tcg_gen_brcondi_tl (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 716 tcg_gen_brcondi_tl(cond, t0, val, l1); \ 733 tcg_gen_brcondi_tl(cond, t0, 0, l1); \ 948 tcg_gen_brcondi_tl(TCG_COND_EQ, t0, 0, l1); \ 1278 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith_imm() 1313 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith_imm() 1576 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith() 1614 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith() 1654 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith() 1690 tcg_gen_brcondi_tl(TCG_COND_GE, t1, 0, l1); in gen_arith() 1743 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[rt], 0, l1); in gen_cond_move() [all …]
|
/external/qemu/target-i386/ |
D | translate.c | 708 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1); in gen_op_jnz_ecx() 715 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1); in gen_op_jz_ecx() 980 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1); in gen_jcc1() 987 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0, in gen_jcc1() 992 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0, in gen_jcc1() 998 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, cpu_tmp0, in gen_jcc1() 1003 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, cpu_cc_dst, in gen_jcc1() 1132 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, in gen_jcc1() 1479 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_T[1], 0, shift_label); in gen_shift_rm_T1() 1587 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, label1); in gen_rot_rm_T1() [all …]
|
/external/qemu/tcg/ |
D | tcg-op.h | 2414 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i64 macro 2486 #define tcg_gen_brcondi_tl tcg_gen_brcondi_i32 macro
|