/external/qemu/include/exec/ |
gen-icount.h | 25 tcg_gen_brcondi_i32(TCG_COND_LT, count, 0, icount_label);
|
/external/qemu/tcg/ |
optimize.c | 347 case TCG_COND_LT: 375 case TCG_COND_LT: 401 case TCG_COND_LT: 1067 } else if ((args[4] == TCG_COND_LT || args[4] == TCG_COND_GE) [all...] |
tcg.h | 368 TCG_COND_LT = 0 | 0 | 2 | 0,
|
tcg.c | 1066 [TCG_COND_LT] = "lt", [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 362 [TCG_COND_LT] = JCC_JL, 859 case TCG_COND_LT: 860 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3], 867 tcg_out_brcond32(s, TCG_COND_LT, args[1], args[3], const_args[3], [all...] |
/external/qemu/target-mips/ |
translate.c | 713 OP_COND(lt, TCG_COND_LT); 730 OP_CONDI(lti, TCG_COND_LT); 750 OP_CONDZ(ltz, TCG_COND_LT); [all...] |
/external/qemu/target-arm/ |
translate.c | 626 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); 634 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); 668 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); 690 tcg_gen_brcondi_i32(TCG_COND_LT, tmp, 0, label); [all...] |
/external/qemu/target-i386/ |
translate.c | 1042 tcg_gen_setcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, reg, t0, 0); 1207 tcg_gen_brcondi_tl(inv ? TCG_COND_GE : TCG_COND_LT, t0, 0, l1); 1223 cond = inv ? TCG_COND_GE : TCG_COND_LT; [all...] |