Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_tilegx_isel.c622 || e->Iex.Binop.op == Iop_CmpLE64S in iselWordExpr_R_wrk()
632 || e->Iex.Binop.op == Iop_CmpLE64S); in iselWordExpr_R_wrk()
671 case Iop_CmpLE64S: in iselWordExpr_R_wrk()
1264 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
1273 || e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
1311 case Iop_CmpLE64S: in iselCondCode_wrk()
Dguest_arm64_helpers.c800 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper()
813 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper()
Dguest_s390_helpers.c1894 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_s390x_spechelper()
1901 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_s390x_spechelper()
1969 return unop(Iop_1Uto32, binop(Iop_CmpLE64S, cc_dep1, mkU64(0))); in guest_s390x_spechelper()
Dguest_tilegx_toIR.c697 binop(Iop_CmpLE64S, in disInstr_TILEGX_WRK()
719 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK()
724 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK()
811 binop(Iop_CmpLE64S, getIReg(ra), getIReg(rb)))); in disInstr_TILEGX_WRK()
Dhost_mips_isel.c973 || e->Iex.Binop.op == Iop_CmpLE64S in iselWordExpr_R_wrk()
982 || e->Iex.Binop.op == Iop_CmpLE64S); in iselWordExpr_R_wrk()
1028 case Iop_CmpLE64S: in iselWordExpr_R_wrk()
2057 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2066 || e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
2104 case Iop_CmpLE64S: in iselCondCode_wrk()
Dguest_amd64_helpers.c1159 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_amd64_spechelper()
1167 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper()
1361 binop(Iop_CmpLE64S, in guest_amd64_spechelper()
Dhost_arm64_isel.c1385 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
1395 case Iop_CmpLE64S: return ARM64cc_LE; in iselCondCode_wrk()
Dir_defs.c203 case Iop_CmpLE64S: vex_printf("CmpLE64S"); return; in ppIROp()
2657 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
Dhost_amd64_isel.c2399 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2413 case Iop_CmpLE64S: return Acc_LE; in iselCondCode_wrk()
Dhost_ppc_isel.c2952 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk()
2955 e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
Dhost_s390_isel.c3466 case Iop_CmpLE64S: { in s390_isel_cc()
Dguest_mips_toIR.c16763 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK()
16773 lastn = dis_branch_likely(binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK()
16783 dis_branch(False, binop(Iop_CmpLE64S, getIReg(rs), mkU64(0x0)), in disInstr_MIPS_WRK()
16792 lastn = dis_branch_likely(unop(Iop_Not1, (binop(mode64 ? Iop_CmpLE64S : in disInstr_MIPS_WRK()
Dguest_s390_toIR.c3755 if_condition_goto_computed(binop(Iop_CmpLE64S, get_gpr_dw0(r1), in s390_irgen_BXLEG()
3889 if_condition_goto(binop(Iop_CmpLE64S, get_gpr_dw0(r1), mkexpr(value)), in s390_irgen_BRXLG()
6319 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGR()
6334 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGFR()
Dir_opt.c1976 case Iop_CmpLE64S: in fold_Expr()
/external/valgrind/VEX/pub/
Dlibvex_ir.h464 Iop_CmpLE32S, Iop_CmpLE64S, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c116 …{ DEFOP(Iop_CmpLE64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
/external/valgrind/memcheck/
Dmc_translate.c4028 case Iop_CmpLE64S: case Iop_CmpLE64U: in expr2vbits_Binop()