Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c946 return unop(Iop_1Uto32, binop(Iop_CmpLT32S, word, mkU32(0))); in guest_s390x_spechelper()
949 return unop(Iop_1Uto32, binop(Iop_CmpLT32S, mkU32(0), word)); in guest_s390x_spechelper()
Dguest_arm_helpers.c608 binop(Iop_CmpLT32S, cc_dep2, cc_dep1)); in guest_arm_spechelper()
619 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_arm_spechelper()
Dguest_x86_helpers.c836 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)); in guest_x86_spechelper()
843 binop(Iop_CmpLT32S, cc_dep1, cc_dep2)), in guest_x86_spechelper()
896 binop(Iop_CmpLT32S, in guest_x86_spechelper()
904 binop(Iop_CmpLT32S, in guest_x86_spechelper()
1093 return unop(Iop_1Uto32,binop(Iop_CmpLT32S, cc_dep1, mkU32(0))); in guest_x86_spechelper()
Dguest_amd64_helpers.c979 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
999 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
1026 binop(Iop_CmpLT32S, in guest_amd64_spechelper()
Dhost_s390_isel.c2044 case Iop_CmpLT32S: in s390_isel_cc()
2056 return (cond->Iex.Binop.op == Iop_CmpLT32S || in s390_isel_cc()
Dhost_ppc_isel.c2416 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
2420 Bool syned = (e->Iex.Binop.op == Iop_CmpLT32S || in iselCondCode_wrk()
2430 case Iop_CmpLT32U: case Iop_CmpLT32S: in iselCondCode_wrk()
Dir_defs.c189 case Iop_CmpLT32S: vex_printf("CmpLT32S"); return; in ppIROp()
2144 case Iop_CmpLT32S: case Iop_CmpLE32S: in typeOfPrimop()
Dhost_amd64_isel.c2324 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
2336 case Iop_CmpLT32S: return Acc_L; in iselCondCode_wrk()
Dhost_x86_isel.c1862 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1874 case Iop_CmpLT32S: return Xcc_L; in iselCondCode_wrk()
Dhost_arm_isel.c1025 || e->Iex.Binop.op == Iop_CmpLT32S in iselCondCode_wrk()
1036 case Iop_CmpLT32S: return ARMcc_LT; in iselCondCode_wrk()
Dguest_arm_toIR.c1604 assign( node2, binop( Iop_CmpLT32S, mkexpr(node1), mkexpr(node0) ) ); in armUnsignedSatQ()
1609 assign( node5, binop( Iop_CmpLT32S, mkexpr(node3), mkexpr(node4) ) ); in armUnsignedSatQ()
1652 assign( node2, binop( Iop_CmpLT32S, mkexpr(node1), mkexpr(node0) ) ); in armSignedSatQ()
1656 assign( node5, binop( Iop_CmpLT32S, mkexpr(node3), mkexpr(node4) ) ); in armSignedSatQ()
Dir_opt.c1522 case Iop_CmpLT32S: in fold_Expr()
Dguest_s390_toIR.c3231 if_not_condition_goto_computed(binop(Iop_CmpLT32S, mkexpr(value), in s390_irgen_BXLE()
3339 if_condition_goto(binop(Iop_CmpLT32S, mkexpr(value), get_gpr_w1(r1)), in s390_irgen_BRXH()
5891 assign(result, mkite(binop(Iop_CmpLT32S, mkexpr(op2), mkU32(0)), in s390_irgen_LPR()
Dguest_ppc_toIR.c7554 eb_GTE = binop(Iop_CmpLT32S, mkU32(test_value), mkexpr(e_b)); in _do_fp_tdiv()
7562 binop( Iop_CmpLT32S, mkU32( bias ), in _do_fp_tdiv()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h446 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
/external/valgrind/main/VEX/
Dtest_main.c1826 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c3199 case Iop_CmpLT32U: case Iop_CmpLT32S: in expr2vbits_Binop()