/external/valgrind/main/VEX/priv/ |
D | guest_s390_helpers.c | 1889 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_s390x_spechelper() 1896 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_s390x_spechelper() 1961 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep1, mkU64(0))); in guest_s390x_spechelper() 1968 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, mkU64(0), cc_dep1)); in guest_s390x_spechelper()
|
D | guest_arm64_helpers.c | 779 binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper() 793 binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
|
D | host_mips_isel.c | 973 || e->Iex.Binop.op == Iop_CmpLT64S in iselWordExpr_R_wrk() 978 || e->Iex.Binop.op == Iop_CmpLT64S in iselWordExpr_R_wrk() 1028 case Iop_CmpLT64S: in iselWordExpr_R_wrk() 2053 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk() 2058 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk() 2100 case Iop_CmpLT64S: in iselCondCode_wrk()
|
D | guest_amd64_helpers.c | 1013 binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper() 1036 binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_amd64_spechelper() 1240 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
|
D | guest_mips_toIR.c | 2071 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S; in dis_instr_branch() 15639 putIReg(rd, unop(Iop_1Uto64, binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK() 15796 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK() 15804 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK() 15812 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK() 15905 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK() 15910 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK() 15915 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK() 16274 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK() 16315 stmt (IRStmt_Exit (binop (Iop_CmpLT64S, getIReg (rs), in disInstr_MIPS_WRK() [all …]
|
D | host_arm64_isel.c | 1534 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk() 1544 case Iop_CmpLT64S: return ARM64cc_LT; in iselCondCode_wrk()
|
D | host_s390_isel.c | 3424 case Iop_CmpLT64S: in s390_isel_cc() 3435 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
|
D | ir_defs.c | 201 case Iop_CmpLT64S: vex_printf("CmpLT64S"); return; in ppIROp() 2556 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
|
D | host_amd64_isel.c | 2398 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk() 2412 case Iop_CmpLT64S: return Acc_L; in iselCondCode_wrk()
|
D | host_ppc_isel.c | 2854 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk() 2858 Bool syned = (e->Iex.Binop.op == Iop_CmpLT64S || in iselCondCode_wrk()
|
D | guest_s390_toIR.c | 3722 if_condition_goto_computed(binop(Iop_CmpLT64S, mkexpr(value), in s390_irgen_BXHG() 3856 if_condition_goto(binop(Iop_CmpLT64S, mkexpr(value), get_gpr_dw0(r1)), in s390_irgen_BRXHG() 6403 assign(result, mkite(binop(Iop_CmpLT64S, mkexpr(op2), mkU64(0)), in s390_irgen_LPGR() 6418 assign(result, mkite(binop(Iop_CmpLT64S, mkexpr(op2), mkU64(0)), in s390_irgen_LPGFR()
|
D | ir_opt.c | 1954 case Iop_CmpLT64S: in fold_Expr()
|
D | guest_amd64_toIR.c | 27223 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VMASKMOV_load() 27313 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VGATHER()
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 377 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeof_primop()
|
D | irops.c | 89 …{ DEFOP(Iop_CmpLT64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 462 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3796 case Iop_CmpLT64U: case Iop_CmpLT64S: in expr2vbits_Binop()
|