Home
last modified time | relevance | path

Searched refs:Iop_CmpLE64S (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_arm64_helpers.c785 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
798 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper()
Dguest_s390_helpers.c1892 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_s390x_spechelper()
1899 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_s390x_spechelper()
1964 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep1, mkU64(0))); in guest_s390x_spechelper()
Dhost_mips_isel.c972 || e->Iex.Binop.op == Iop_CmpLE64S in iselWordExpr_R_wrk()
979 || e->Iex.Binop.op == Iop_CmpLE64S); in iselWordExpr_R_wrk()
1024 case Iop_CmpLE64S: in iselWordExpr_R_wrk()
2052 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2059 || e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
2096 case Iop_CmpLE64S: in iselCondCode_wrk()
Dhost_arm64_isel.c1536 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
1546 case Iop_CmpLE64S: return ARM64cc_LE; in iselCondCode_wrk()
Dir_defs.c202 case Iop_CmpLE64S: vex_printf("CmpLE64S"); return; in ppIROp()
2556 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
Dhost_amd64_isel.c2400 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2414 case Iop_CmpLE64S: return Acc_LE; in iselCondCode_wrk()
Dguest_amd64_helpers.c1160 binop(Iop_CmpLE64S, in guest_amd64_spechelper()
Dhost_ppc_isel.c2856 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2859 e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
Dhost_s390_isel.c3425 case Iop_CmpLE64S: { in s390_isel_cc()
Dguest_mips_toIR.c16434 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK()
16444 lastn = dis_branch_likely(binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK()
16454 dis_branch(False, binop(Iop_CmpLE64S, getIReg(rs), mkU64(0x0)), in disInstr_MIPS_WRK()
16463 lastn = dis_branch_likely(unop(Iop_Not1, (binop(mode64 ? Iop_CmpLE64S : in disInstr_MIPS_WRK()
Dguest_s390_toIR.c3748 if_condition_goto_computed(binop(Iop_CmpLE64S, get_gpr_dw0(r1), in s390_irgen_BXLEG()
3882 if_condition_goto(binop(Iop_CmpLE64S, get_gpr_dw0(r1), mkexpr(value)), in s390_irgen_BRXLG()
6312 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGR()
6327 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGFR()
Dir_opt.c1942 case Iop_CmpLE64S: in fold_Expr()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c377 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeof_primop()
Dirops.c91 …{ DEFOP(Iop_CmpLE64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h463 Iop_CmpLE32S, Iop_CmpLE64S, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c3795 case Iop_CmpLE64S: case Iop_CmpLE64U: in expr2vbits_Binop()