Home
last modified time | relevance | path

Searched refs:Iop_CmpLT32S (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_x86_helpers.c874 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()
Dguest_arm_helpers.c868 binop(Iop_CmpLT32S, cc_dep2, cc_dep1)); in guest_arm_spechelper()
879 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_arm_spechelper()
Dguest_s390_helpers.c2077 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()
Dguest_arm64_helpers.c1466 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()
Dhost_mips_isel.c962 || 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()
Dguest_mips_toIR.c2122 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 …]
Dguest_amd64_helpers.c1318 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
1348 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
Dhost_s390_isel.c3463 case Iop_CmpLT32S: in s390_isel_cc()
3475 return (cond->Iex.Binop.op == Iop_CmpLT32S || in s390_isel_cc()
Dhost_arm64_isel.c1404 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1415 case Iop_CmpLT32S: return ARM64cc_LT; in iselCondCode_wrk()
Dir_defs.c197 case Iop_CmpLT32S: vex_printf("CmpLT32S"); return; in ppIROp()
2717 case Iop_CmpLT32S: case Iop_CmpLE32S: in typeOfPrimop()
Dhost_x86_isel.c2015 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
2029 case Iop_CmpLT32S: return Xcc_L; in iselCondCode_wrk()
Dhost_ppc_isel.c2991 || 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()
Dhost_amd64_isel.c2423 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
2437 case Iop_CmpLT32S: return Acc_L; in iselCondCode_wrk()
Dhost_arm_isel.c1266 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1277 case Iop_CmpLT32S: return ARMcc_LT; in iselCondCode_wrk()
Dguest_arm_toIR.c1639 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()
Dir_opt.c1984 case Iop_CmpLT32S: in fold_Expr()
Dguest_s390_toIR.c3716 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()
Dguest_ppc_toIR.c10960 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()
Dguest_amd64_toIR.c27978 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VGATHER()
/external/valgrind/VEX/pub/
Dlibvex_ir.h463 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c114 …{ DEFOP(Iop_CmpLT32S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
/external/valgrind/memcheck/
Dmc_translate.c4106 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()