Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c618 || 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()
Dguest_arm64_helpers.c866 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()
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.c609 binop(Iop_CmpLT32S, cc_dep2, cc_dep1)); in guest_arm_spechelper()
620 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()
Dhost_mips_isel.c968 || 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()
Dguest_mips_toIR.c2077 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 …]
Dguest_amd64_helpers.c1292 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
1322 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.c1405 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1415 case Iop_CmpLT32S: return ARM64cc_LT; in iselCondCode_wrk()
Dhost_ppc_isel.c2901 || 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()
Dir_defs.c197 case Iop_CmpLT32S: vex_printf("CmpLT32S"); return; in ppIROp()
2652 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_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.c1123 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1134 case Iop_CmpLT32S: return ARMcc_LT; in iselCondCode_wrk()
Dguest_arm_toIR.c1614 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()
Dir_opt.c1983 case Iop_CmpLT32S: in fold_Expr()
Dguest_s390_toIR.c3716 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()
Dguest_ppc_toIR.c8734 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()
Dguest_amd64_toIR.c27837 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/VEX/useful/
Dtest_main.c1870 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c113 …{ DEFOP(Iop_CmpLT32S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc3…
/external/valgrind/memcheck/
Dmc_translate.c4045 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()