/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 1927 return unop(Iop_1Uto32, binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_s390x_spechelper() 1934 return unop(Iop_1Uto32, binop(Iop_CmpLT64U, cc_dep2, cc_dep1)); in guest_s390x_spechelper() 2264 return unop(Iop_1Uto32, binop(Iop_CmpLT64U, cc_dep2, cc_dep1)); in guest_s390x_spechelper() 2270 return unop(Iop_1Uto32, binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_s390x_spechelper()
|
D | guest_mips_toIR.c | 13953 assign(B_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x1)), in disInstr_MIPS_WRK() 13957 assign(C_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x2)), in disInstr_MIPS_WRK() 13961 assign(D_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x3)), in disInstr_MIPS_WRK() 13965 assign(E_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x4)), in disInstr_MIPS_WRK() 13969 assign(F_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x5)), in disInstr_MIPS_WRK() 13993 assign(C_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x6)), in disInstr_MIPS_WRK() 13997 assign(D_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x5)), in disInstr_MIPS_WRK() 14001 assign(E_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x4)), in disInstr_MIPS_WRK() 14005 assign(F_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x3)), in disInstr_MIPS_WRK() 14077 assign(B_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkU64(0x1), mkexpr(t3)), in disInstr_MIPS_WRK() [all …]
|
D | guest_amd64_helpers.c | 1115 binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_amd64_spechelper() 1428 binop(Iop_CmpLT64U, in guest_amd64_spechelper() 1790 binop(Iop_CmpLT64U, in guest_amd64_spechelper() 1804 binop(Iop_CmpLT64U, in guest_amd64_spechelper() 1811 binop(Iop_CmpLT64U, in guest_amd64_spechelper()
|
D | guest_ppc_toIR.c | 2796 = unop(Iop_1Uto32, binop(Iop_CmpLT64U, res, argL)); in calculate_XER_CA_64() 2803 binop(Iop_CmpLT64U, res, argL), in calculate_XER_CA_64() 2817 binop(Iop_CmpLT64U, res, argR), in calculate_XER_CA_64() 2856 binop(Iop_CmpLT64U, mkU64(31), argR), in calculate_XER_CA_64() 2910 binop(Iop_CmpLT64U, mkU64(63), argR), in calculate_XER_CA_64() 3317 binop( Iop_CmpLT64U, in putGST() 4255 IRExpr * sign_gt = binop( Iop_CmpLT64U, mkexpr( sign_A ), in Quad_precision_gt() 4259 IRExpr * exp_gt = binop( Iop_CmpLT64U, mkexpr( exp_B ), mkexpr( exp_A ) ); in Quad_precision_gt() 4260 IRExpr * exp_lt = binop( Iop_CmpLT64U, mkexpr( exp_A ), mkexpr( exp_B ) ); in Quad_precision_gt() 4264 IRExpr * frac_hi_gt = binop( Iop_CmpLT64U, mkexpr( frac_B_hi ), in Quad_precision_gt() [all …]
|
D | guest_arm64_helpers.c | 1374 binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_arm64_spechelper() 1387 binop(Iop_CmpLT64U, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
|
D | guest_s390_toIR.c | 11638 binop(Iop_CmpLT64U, mkexpr(addr2), mkexpr(addr1)))); in s390_irgen_MVCL() 11641 binop(Iop_CmpLT64U, mkexpr(addr1), in s390_irgen_MVCL() 11646 binop(Iop_CmpLT64U, in s390_irgen_MVCL() 13224 assign(inc, mkite(binop(Iop_CmpLT64U, mkexpr(len), mkU64(4)), in s390_irgen_CKSM() 13232 assign(mask, mkite(binop(Iop_CmpLT64U, mkexpr(len), mkU64(4)), in s390_irgen_CKSM() 13537 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(2))); in s390_irgen_CU21() 13555 mkite(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(4)), mkU32(1), mkU32(0)); in s390_irgen_CU21() 13592 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len1), mkexpr(num_bytes))); in s390_irgen_CU21() 13664 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(2))); in s390_irgen_CU24() 13682 mkite(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(4)), mkU32(1), mkU32(0)); in s390_irgen_CU24() [all …]
|
D | host_mips_isel.c | 964 || e->Iex.Binop.op == Iop_CmpLT64U in iselWordExpr_R_wrk() 1010 case Iop_CmpLT64U: in iselWordExpr_R_wrk() 2049 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 2090 case Iop_CmpLT64U: in iselCondCode_wrk()
|
D | host_s390_isel.c | 3481 case Iop_CmpLT64U: in s390_isel_cc() 3492 cond->Iex.Binop.op == Iop_CmpLT64U) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
|
D | host_arm64_isel.c | 1382 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 1393 case Iop_CmpLT64U: return ARM64cc_CC; in iselCondCode_wrk()
|
D | ir_defs.c | 204 case Iop_CmpLT64U: vex_printf("CmpLT64U"); return; in ppIROp() 2723 case Iop_CmpLT64U: case Iop_CmpLE64U: in typeOfPrimop()
|
D | host_amd64_isel.c | 2398 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 2412 case Iop_CmpLT64U: return Acc_B; in iselCondCode_wrk()
|
D | guest_amd64_toIR.c | 5489 binop(Iop_CmpLT64U, in x87ishly_qnarrow_32_to_16() 7373 binop(Iop_CmpLT64U,mkexpr(amt),mkU64(size)), in dis_MMX_shiftG_byE() 7383 binop(Iop_CmpLT64U,mkexpr(amt),mkU64(size)), in dis_MMX_shiftG_byE() 9466 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_SSE_shiftG_byE() 9476 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_SSE_shiftG_byE() 22940 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX128_shiftV_byE() 22950 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX128_shiftV_byE() 23014 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX256_shiftV_byE() 23024 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX256_shiftV_byE() 23122 binop(size == 32 ? Iop_CmpLT32U : Iop_CmpLT64U, in dis_AVX_var_shiftV_byE()
|
D | host_ppc_isel.c | 3041 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 3055 case Iop_CmpLT64U: return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
|
D | ir_opt.c | 2001 case Iop_CmpLT64U: in fold_Expr()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 465 Iop_CmpLT32U, Iop_CmpLT64U, enumerator
|
/external/valgrind/exp-dhat/ |
D | dh_main.c | 864 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff))) in addMemEvent()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 119 …{ DEFOP(Iop_CmpLT64U, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4576 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff))) in instrument_mem_access()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4090 case Iop_CmpLT64U: case Iop_CmpLT64S: in expr2vbits_Binop()
|