/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_arm64_helpers.c | 774 binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_arm64_spechelper() 787 binop(Iop_CmpLT64U, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
|
D | host_tilegx_isel.c | 620 || e->Iex.Binop.op == Iop_CmpLT64U in iselWordExpr_R_wrk() 663 case Iop_CmpLT64U: in iselWordExpr_R_wrk() 1262 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 1303 case Iop_CmpLT64U: in iselCondCode_wrk()
|
D | guest_mips_toIR.c | 13978 assign(B_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x1)), in disInstr_MIPS_WRK() 13982 assign(C_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x2)), in disInstr_MIPS_WRK() 13986 assign(D_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x3)), in disInstr_MIPS_WRK() 13990 assign(E_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x4)), in disInstr_MIPS_WRK() 13994 assign(F_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x5)), in disInstr_MIPS_WRK() 14018 assign(C_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x6)), in disInstr_MIPS_WRK() 14022 assign(D_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x5)), in disInstr_MIPS_WRK() 14026 assign(E_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x4)), in disInstr_MIPS_WRK() 14030 assign(F_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkexpr(t3), mkU64(0x3)), in disInstr_MIPS_WRK() 14102 assign(B_pos, IRExpr_ITE(binop(Iop_CmpLT64U, mkU64(0x1), mkexpr(t3)), in disInstr_MIPS_WRK() [all …]
|
D | guest_amd64_helpers.c | 1089 binop(Iop_CmpLT64U, cc_dep1, cc_dep2)); in guest_amd64_spechelper() 1374 binop(Iop_CmpLT64U, in guest_amd64_spechelper() 1708 binop(Iop_CmpLT64U, in guest_amd64_spechelper() 1722 binop(Iop_CmpLT64U, in guest_amd64_spechelper()
|
D | guest_tilegx_toIR.c | 839 binop(Iop_CmpLT64U, getIReg(ra), getIReg(rb)))); in disInstr_TILEGX_WRK() 847 binop(Iop_CmpLT64U, in disInstr_TILEGX_WRK()
|
D | guest_s390_toIR.c | 11503 binop(Iop_CmpLT64U, mkexpr(addr2), mkexpr(addr1)))); in s390_irgen_MVCL() 11506 binop(Iop_CmpLT64U, mkexpr(addr1), in s390_irgen_MVCL() 11511 binop(Iop_CmpLT64U, in s390_irgen_MVCL() 13057 assign(inc, mkite(binop(Iop_CmpLT64U, mkexpr(len), mkU64(4)), in s390_irgen_CKSM() 13065 assign(mask, mkite(binop(Iop_CmpLT64U, mkexpr(len), mkU64(4)), in s390_irgen_CKSM() 13370 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(2))); in s390_irgen_CU21() 13388 mkite(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(4)), mkU32(1), mkU32(0)); in s390_irgen_CU21() 13425 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len1), mkexpr(num_bytes))); in s390_irgen_CU21() 13497 next_insn_if(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(2))); in s390_irgen_CU24() 13515 mkite(binop(Iop_CmpLT64U, mkexpr(len2), mkU64(4)), mkU32(1), mkU32(0)); in s390_irgen_CU24() [all …]
|
D | host_mips_isel.c | 970 || e->Iex.Binop.op == Iop_CmpLT64U in iselWordExpr_R_wrk() 1016 case Iop_CmpLT64U: in iselWordExpr_R_wrk() 2055 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 2096 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 | 1384 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 1394 case Iop_CmpLT64U: return ARM64cc_CC; in iselCondCode_wrk()
|
D | guest_ppc_toIR.c | 2520 = unop(Iop_1Uto32, binop(Iop_CmpLT64U, res, argL)); in set_XER_CA_64() 2527 binop(Iop_CmpLT64U, res, argL), in set_XER_CA_64() 2541 binop(Iop_CmpLT64U, res, argR), in set_XER_CA_64() 2580 binop(Iop_CmpLT64U, mkU64(31), argR), in set_XER_CA_64() 2634 binop(Iop_CmpLT64U, mkU64(63), argR), in set_XER_CA_64() 3007 binop( Iop_CmpLT64U, in putGST() 4551 binop( Iop_CmpLT64U, mkexpr( idx_tmp ), mkU64( 64 ) ) ); in dis_int_logic() 6936 binop(Iop_CmpLT64U, mkU64(63), mkexpr(sh_amt)) ); in dis_int_shift()
|
D | ir_defs.c | 204 case Iop_CmpLT64U: vex_printf("CmpLT64U"); return; in ppIROp() 2658 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 | 5379 binop(Iop_CmpLT64U, in x87ishly_qnarrow_32_to_16() 7262 binop(Iop_CmpLT64U,mkexpr(amt),mkU64(size)), in dis_MMX_shiftG_byE() 7272 binop(Iop_CmpLT64U,mkexpr(amt),mkU64(size)), in dis_MMX_shiftG_byE() 9342 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_SSE_shiftG_byE() 9352 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_SSE_shiftG_byE() 22759 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX128_shiftV_byE() 22769 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX128_shiftV_byE() 22833 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX256_shiftV_byE() 22843 binop(Iop_CmpLT64U, mkexpr(amt), mkU64(size)), in dis_AVX256_shiftV_byE() 22941 binop(size == 32 ? Iop_CmpLT32U : Iop_CmpLT64U, in dis_AVX_var_shiftV_byE()
|
D | host_ppc_isel.c | 2951 || e->Iex.Binop.op == Iop_CmpLT64U in iselCondCode_wrk() 2965 case Iop_CmpLT64U: return mk_PPCCondCode( Pct_TRUE, Pcf_7LT ); in iselCondCode_wrk()
|
D | ir_opt.c | 2000 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 | 118 …{ DEFOP(Iop_CmpLT64U, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc3…
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4568 : binop(Iop_CmpLT64U, mkU64(THRESH), mkexpr(diff))) in instrument_mem_access()
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4029 case Iop_CmpLT64U: case Iop_CmpLT64S: in expr2vbits_Binop()
|