Searched refs:Iop_CmpLE64S (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_helpers.c | 1894 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()
|
D | guest_arm64_helpers.c | 1400 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper() 1413 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper()
|
D | host_mips_isel.c | 967 || e->Iex.Binop.op == Iop_CmpLE64S in iselWordExpr_R_wrk() 976 || e->Iex.Binop.op == Iop_CmpLE64S); in iselWordExpr_R_wrk() 1022 case Iop_CmpLE64S: in iselWordExpr_R_wrk() 2051 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 2060 || e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk() 2098 case Iop_CmpLE64S: in iselCondCode_wrk()
|
D | guest_amd64_helpers.c | 1185 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_amd64_spechelper() 1193 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper() 1415 binop(Iop_CmpLE64S, in guest_amd64_spechelper()
|
D | host_arm64_isel.c | 1383 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 1394 case Iop_CmpLE64S: return ARM64cc_LE; in iselCondCode_wrk()
|
D | ir_defs.c | 203 case Iop_CmpLE64S: vex_printf("CmpLE64S"); return; in ppIROp() 2722 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeOfPrimop()
|
D | host_amd64_isel.c | 2399 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 2413 case Iop_CmpLE64S: return Acc_LE; in iselCondCode_wrk()
|
D | host_s390_isel.c | 3466 case Iop_CmpLE64S: { in s390_isel_cc()
|
D | host_ppc_isel.c | 3042 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 3045 e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
|
D | guest_mips_toIR.c | 16728 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK() 16738 lastn = dis_branch_likely(binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK() 16748 dis_branch(False, binop(Iop_CmpLE64S, getIReg(rs), mkU64(0x0)), in disInstr_MIPS_WRK() 16757 lastn = dis_branch_likely(unop(Iop_Not1, (binop(mode64 ? Iop_CmpLE64S : in disInstr_MIPS_WRK()
|
D | guest_s390_toIR.c | 3755 if_condition_goto_computed(binop(Iop_CmpLE64S, get_gpr_dw0(r1), in s390_irgen_BXLEG() 3899 if_condition_goto(binop(Iop_CmpLE64S, get_gpr_dw0(r1), mkexpr(value)), in s390_irgen_BRXLG() 6329 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGR() 6344 assign(result, mkite(binop(Iop_CmpLE64S, mkexpr(op2), mkU64(0)), mkexpr(op2), in s390_irgen_LNGFR()
|
D | ir_opt.c | 1977 case Iop_CmpLE64S: in fold_Expr()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 464 Iop_CmpLE32S, Iop_CmpLE64S, enumerator
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | irops.c | 117 …{ DEFOP(Iop_CmpLE64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4089 case Iop_CmpLE64S: case Iop_CmpLE64U: in expr2vbits_Binop()
|