Searched refs:TCG_COND_LT (Results 1 – 9 of 9) sorted by relevance
/external/qemu/include/exec/ |
D | gen-icount.h | 25 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label); in gen_icount_start()
|
/external/qemu/tcg/ |
D | optimize.c | 347 case TCG_COND_LT: in do_constant_folding_cond_32() 375 case TCG_COND_LT: in do_constant_folding_cond_64() 401 case TCG_COND_LT: in do_constant_folding_cond_eq() 1067 } else if ((args[4] == TCG_COND_LT || args[4] == TCG_COND_GE) in tcg_constant_folding() 1093 } else if ((args[5] == TCG_COND_LT || args[5] == TCG_COND_GE) in tcg_constant_folding()
|
D | tcg.h | 368 TCG_COND_LT = 0 | 0 | 2 | 0, enumerator
|
D | README | 157 TCG_COND_LT /* signed */
|
D | tcg.c | 1066 [TCG_COND_LT] = "lt",
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 362 [TCG_COND_LT] = JCC_JL, 859 case TCG_COND_LT: in tcg_out_brcond2() 860 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3], in tcg_out_brcond2() 867 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3], in tcg_out_brcond2()
|
/external/qemu/target-mips/ |
D | translate.c | 713 OP_COND(lt, TCG_COND_LT); 730 OP_CONDI(lti, TCG_COND_LT); 750 OP_CONDZ(ltz, TCG_COND_LT); 2429 tcg_gen_brcond_tl(TCG_COND_LT, t0, t1, l1); in gen_trap()
|
/external/qemu/target-arm/ |
D | translate.c | 626 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); in gen_test_cc() 634 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); in gen_test_cc() 668 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); in gen_test_cc() 690 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); in gen_test_cc()
|
/external/qemu/target-i386/ |
D | translate.c | 1042 tcg_gen_setcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, reg, t0, 0); in gen_compute_eflags_s() 1207 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, t0, 0, l1); in gen_jcc1() 1223 cond = inv ? TCG_COND_GE : TCG_COND_LT; in gen_jcc1()
|