/external/valgrind/VEX/priv/ |
D | host_tilegx_isel.c | 618 || e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 629 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 655 case Iop_CmpLT32S: in iselWordExpr_R_wrk() 1260 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1270 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1295 case Iop_CmpLT32S: in iselCondCode_wrk()
|
D | guest_arm64_helpers.c | 866 binop(Iop_CmpLT32S, unop(Iop_64to32, cc_dep1), in guest_arm64_spechelper() 882 binop(Iop_CmpLT32S, unop(Iop_64to32, cc_dep2), in guest_arm64_spechelper()
|
D | guest_x86_helpers.c | 874 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_x86_spechelper() 881 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)), in guest_x86_spechelper() 934 binop(Iop_CmpLT32S, in guest_x86_spechelper() 942 binop(Iop_CmpLT32S, in guest_x86_spechelper() 1131 return unop(Iop_1Uto32,binop(Iop_CmpLT32S, cc_dep1, mkU32(0))); in guest_x86_spechelper()
|
D | guest_arm_helpers.c | 609 binop(Iop_CmpLT32S, cc_dep2, cc_dep1)); in guest_arm_spechelper() 620 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_arm_spechelper()
|
D | guest_s390_helpers.c | 2077 return unop(Iop_1Uto32, binop(Iop_CmpLT32S, word, mkU32(0))); in guest_s390x_spechelper() 2080 return unop(Iop_1Uto32, binop(Iop_CmpLT32S, mkU32(0), word)); in guest_s390x_spechelper()
|
D | host_mips_isel.c | 968 || e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 979 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 1008 case Iop_CmpLT32S: in iselWordExpr_R_wrk() 2053 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2063 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2088 case Iop_CmpLT32S: in iselCondCode_wrk()
|
D | guest_mips_toIR.c | 2077 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S; in dis_instr_branch() 3217 assign(t1, binop(Iop_CmpLT32S, getIReg(rt), mkU32(0x0))); in disDSPInstr_MIPS_WRK() 7229 assign(t1, binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 7242 assign(t2, binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10039 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10063 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10103 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10117 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10139 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10153 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() [all …]
|
D | guest_amd64_helpers.c | 1292 binop(Iop_CmpLT32S, in guest_amd64_spechelper() 1322 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
|
D | host_s390_isel.c | 3463 case Iop_CmpLT32S: in s390_isel_cc() 3475 return (cond->Iex.Binop.op == Iop_CmpLT32S || in s390_isel_cc()
|
D | host_arm64_isel.c | 1405 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1415 case Iop_CmpLT32S: return ARM64cc_LT; in iselCondCode_wrk()
|
D | host_ppc_isel.c | 2901 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2905 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S || in iselCondCode_wrk() 2915 case Iop_CmpLT32U: case Iop_CmpLT32S: in iselCondCode_wrk()
|
D | ir_defs.c | 197 case Iop_CmpLT32S: vex_printf("CmpLT32S"); return; in ppIROp() 2652 case Iop_CmpLT32S: case Iop_CmpLE32S: in typeOfPrimop()
|
D | host_x86_isel.c | 2015 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2029 case Iop_CmpLT32S: return Xcc_L; in iselCondCode_wrk()
|
D | host_amd64_isel.c | 2423 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2437 case Iop_CmpLT32S: return Acc_L; in iselCondCode_wrk()
|
D | host_arm_isel.c | 1123 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1134 case Iop_CmpLT32S: return ARMcc_LT; in iselCondCode_wrk()
|
D | guest_arm_toIR.c | 1614 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armUnsignedSatQ() 1617 assign( nd5, binop( Iop_CmpLT32S, mkexpr(nd3), mkexpr(nd4) ) ); in armUnsignedSatQ() 1658 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ() 1661 assign( nd5, binop( Iop_CmpLT32S, mkexpr(nd3), mkexpr(nd4) ) ); in armSignedSatQ()
|
D | ir_opt.c | 1983 case Iop_CmpLT32S: in fold_Expr()
|
D | guest_s390_toIR.c | 3716 if_condition_goto_computed(binop(Iop_CmpLT32S, mkexpr(value), in s390_irgen_BXH() 3850 if_condition_goto(binop(Iop_CmpLT32S, mkexpr(value), get_gpr_w1(r1)), in s390_irgen_BRXH() 6395 assign(result, mkite(binop(Iop_CmpLT32S, mkexpr(op2), mkU32(0)), in s390_irgen_LPR()
|
D | guest_ppc_toIR.c | 8734 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b)); in _do_fp_tdiv() 8742 binop( Iop_CmpLT32S, mkU32( bias ), in _do_fp_tdiv()
|
D | guest_amd64_toIR.c | 27837 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VGATHER()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 463 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
|
/external/valgrind/VEX/useful/ |
D | test_main.c | 1870 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 113 …{ DEFOP(Iop_CmpLT32S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4045 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()
|