/external/valgrind/VEX/priv/ |
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 | 868 binop(Iop_CmpLT32S, cc_dep2, cc_dep1)); in guest_arm_spechelper() 879 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 | guest_arm64_helpers.c | 1466 binop(Iop_CmpLT32S, unop(Iop_64to32, cc_dep1), in guest_arm64_spechelper() 1482 binop(Iop_CmpLT32S, unop(Iop_64to32, cc_dep2), in guest_arm64_spechelper()
|
D | host_mips_isel.c | 962 || e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 973 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselWordExpr_R_wrk() 1002 case Iop_CmpLT32S: in iselWordExpr_R_wrk() 2047 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2057 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2082 case Iop_CmpLT32S: in iselCondCode_wrk()
|
D | guest_mips_toIR.c | 2122 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S; in dis_instr_branch() 3293 assign(t1, binop(Iop_CmpLT32S, getIReg(rt), mkU32(0x0))); in disDSPInstr_MIPS_WRK() 7305 assign(t1, binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 7318 assign(t2, binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10115 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10139 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10179 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10193 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10215 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() 10229 IRExpr_ITE(binop(Iop_CmpLT32S, in disDSPInstr_MIPS_WRK() [all …]
|
D | guest_amd64_helpers.c | 1318 binop(Iop_CmpLT32S, in guest_amd64_spechelper() 1348 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 | 1404 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1415 case Iop_CmpLT32S: return ARM64cc_LT; in iselCondCode_wrk()
|
D | ir_defs.c | 197 case Iop_CmpLT32S: vex_printf("CmpLT32S"); return; in ppIROp() 2717 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_ppc_isel.c | 2991 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 2995 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S || in iselCondCode_wrk() 3005 case Iop_CmpLT32U: case Iop_CmpLT32S: 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 | 1266 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk() 1277 case Iop_CmpLT32S: return ARMcc_LT; in iselCondCode_wrk()
|
D | guest_arm_toIR.c | 1639 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armUnsignedSatQ() 1642 assign( nd5, binop( Iop_CmpLT32S, mkexpr(nd3), mkexpr(nd4) ) ); in armUnsignedSatQ() 1685 assign( nd2, binop( Iop_CmpLT32S, mkexpr(nd1), mkexpr(nd0) ) ); in armSignedSatQ() 1688 assign( nd5, binop( Iop_CmpLT32S, mkexpr(nd3), mkexpr(nd4) ) ); in armSignedSatQ()
|
D | ir_opt.c | 1984 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() 3860 if_condition_goto(binop(Iop_CmpLT32S, mkexpr(value), get_gpr_w1(r1)), in s390_irgen_BRXH() 6405 assign(result, mkite(binop(Iop_CmpLT32S, mkexpr(op2), mkU32(0)), in s390_irgen_LPR()
|
D | guest_ppc_toIR.c | 10960 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b)); in _do_fp_tdiv() 10972 binop( Iop_CmpLT32S, mkU32( bias ), in _do_fp_tdiv()
|
D | guest_amd64_toIR.c | 27978 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/memcheck/tests/vbit-test/ |
D | irops.c | 114 …{ DEFOP(Iop_CmpLT32S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4106 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()
|