Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dguest_s390_helpers.c1889 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_s390x_spechelper()
1896 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_s390x_spechelper()
1961 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, cc_dep1, mkU64(0))); in guest_s390x_spechelper()
1968 return unop(Iop_1Uto32, binop(Iop_CmpLT64S, mkU64(0), cc_dep1)); in guest_s390x_spechelper()
Dguest_arm64_helpers.c779 binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper()
793 binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
Dhost_mips_isel.c973 || e->Iex.Binop.op == Iop_CmpLT64S in iselWordExpr_R_wrk()
978 || e->Iex.Binop.op == Iop_CmpLT64S in iselWordExpr_R_wrk()
1028 case Iop_CmpLT64S: in iselWordExpr_R_wrk()
2053 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2058 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2100 case Iop_CmpLT64S: in iselCondCode_wrk()
Dguest_amd64_helpers.c1013 binop(Iop_CmpLT64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper()
1036 binop(Iop_CmpLT64S, cc_dep2, cc_dep1)); in guest_amd64_spechelper()
1240 binop(Iop_CmpLT64S, in guest_amd64_spechelper()
Dguest_mips_toIR.c2071 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S; in dis_instr_branch()
15639 putIReg(rd, unop(Iop_1Uto64, binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK()
15796 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK()
15804 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK()
15812 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK()
15905 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK()
15910 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK()
15915 stmt(IRStmt_Exit(binop(Iop_CmpLT64S, getIReg(rs), in disInstr_MIPS_WRK()
16274 binop (Iop_CmpLT64S, in disInstr_MIPS_WRK()
16315 stmt (IRStmt_Exit (binop (Iop_CmpLT64S, getIReg (rs), in disInstr_MIPS_WRK()
[all …]
Dhost_arm64_isel.c1534 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
1544 case Iop_CmpLT64S: return ARM64cc_LT; in iselCondCode_wrk()
Dhost_s390_isel.c3424 case Iop_CmpLT64S: in s390_isel_cc()
3435 cond->Iex.Binop.op == Iop_CmpLT64S) ? S390_CC_L : S390_CC_LE; in s390_isel_cc()
Dir_defs.c201 case Iop_CmpLT64S: vex_printf("CmpLT64S"); return; in ppIROp()
2556 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
Dhost_amd64_isel.c2398 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2412 case Iop_CmpLT64S: return Acc_L; in iselCondCode_wrk()
Dhost_ppc_isel.c2854 || e->Iex.Binop.op == Iop_CmpLT64S in iselCondCode_wrk()
2858 Bool syned = (e->Iex.Binop.op == Iop_CmpLT64S || in iselCondCode_wrk()
Dguest_s390_toIR.c3722 if_condition_goto_computed(binop(Iop_CmpLT64S, mkexpr(value), in s390_irgen_BXHG()
3856 if_condition_goto(binop(Iop_CmpLT64S, mkexpr(value), get_gpr_dw0(r1)), in s390_irgen_BRXHG()
6403 assign(result, mkite(binop(Iop_CmpLT64S, mkexpr(op2), mkU64(0)), in s390_irgen_LPGR()
6418 assign(result, mkite(binop(Iop_CmpLT64S, mkexpr(op2), mkU64(0)), in s390_irgen_LPGFR()
Dir_opt.c1954 case Iop_CmpLT64S: in fold_Expr()
Dguest_amd64_toIR.c27223 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VMASKMOV_load()
27313 binop(ty == Ity_I32 ? Iop_CmpLT32S : Iop_CmpLT64S, in dis_VGATHER()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c377 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeof_primop()
Dirops.c89 …{ DEFOP(Iop_CmpLT64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h462 Iop_CmpLT32S, Iop_CmpLT64S, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c3796 case Iop_CmpLT64U: case Iop_CmpLT64S: in expr2vbits_Binop()