Searched refs:TCG_COND_EQ (Results 1 – 8 of 8) sorted by relevance
/external/qemu/tcg/ |
D | optimize.c | 343 case TCG_COND_EQ: in do_constant_folding_cond_32() 371 case TCG_COND_EQ: in do_constant_folding_cond_64() 409 case TCG_COND_EQ: in do_constant_folding_cond_eq()
|
D | tcg.h | 365 TCG_COND_EQ = 8 | 0 | 0 | 0, enumerator
|
D | README | 155 TCG_COND_EQ
|
D | tcg.c | 1064 [TCG_COND_EQ] = "eq",
|
/external/qemu/target-mips/ |
D | translate.c | 709 OP_COND(eq, TCG_COND_EQ); 955 tcg_gen_brcondi_tl(TCG_COND_EQ, t0, 0, l1); \ 1750 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_gpr[rt], 0, l1); in gen_cond_move() 2041 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, l1); in gen_muldiv() 2063 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, l1); in gen_muldiv() 2116 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, l1); in gen_muldiv() 2133 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, l1); in gen_muldiv() 2445 tcg_gen_brcond_tl(TCG_COND_EQ, t0, t1, l1); in gen_trap() 5895 cond = TCG_COND_EQ; in gen_movci() 5919 cond = TCG_COND_EQ; in gen_movcf_s() [all …]
|
/external/qemu/target-i386/ |
D | translate.c | 795 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_tmp0, 0, label1); in gen_op_jz_ecx() 992 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, in gen_compute_eflags_c() 1074 tcg_gen_setcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, reg, t0, 0); in gen_compute_eflags_z() 1097 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, reg, reg, 0); in gen_setcc_slow() 1202 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1); in gen_jcc1() 1293 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, in gen_jcc1() 1665 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_T[1], 0, shift_label); in gen_shift_rm_T1() 1767 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, label1); in gen_rot_rm_T1() 1804 tcg_gen_brcondi_tl(TCG_COND_EQ, t1, 0, label2); in gen_rot_rm_T1() 1991 tcg_gen_brcondi_tl(TCG_COND_EQ, t2, 0, label1); in gen_shiftd_rm_T1_T3() [all …]
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 360 [TCG_COND_EQ] = JCC_JE, 847 case TCG_COND_EQ: in tcg_out_brcond2() 850 tcg_out_brcond32(s, TCG_COND_EQ, args[1], args[3], const_args[3], in tcg_out_brcond2()
|
/external/qemu/target-arm/ |
D | translate.c | 610 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label); in gen_test_cc() 622 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label); in gen_test_cc() 643 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv); in gen_test_cc() 651 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label); in gen_test_cc() 654 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label); in gen_test_cc() 673 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, inv); in gen_test_cc() 684 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, label); in gen_test_cc() 9521 tcg_gen_brcondi_i32(TCG_COND_EQ, tmp, 0, s->condlabel); in disas_thumb_insn()
|