/external/valgrind/VEX/priv/ |
D | host_tilegx_isel.c | 621 || e->Iex.Binop.op == Iop_CmpLE64S in iselWordExpr_R_wrk() 631 || e->Iex.Binop.op == Iop_CmpLE64S); in iselWordExpr_R_wrk() 670 case Iop_CmpLE64S: in iselWordExpr_R_wrk() 1263 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 1272 || e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk() 1310 case Iop_CmpLE64S: in iselCondCode_wrk()
|
D | guest_arm64_helpers.c | 800 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_arm64_spechelper() 813 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_arm64_spechelper()
|
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_tilegx_toIR.c | 681 binop(Iop_CmpLE64S, in disInstr_TILEGX_WRK() 703 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK() 708 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK() 795 binop(Iop_CmpLE64S, getIReg(ra), getIReg(rb)))); in disInstr_TILEGX_WRK()
|
D | host_mips_isel.c | 973 || 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()
|
D | guest_amd64_helpers.c | 1120 binop(Iop_CmpLE64S, cc_dep2, cc_dep1)); in guest_amd64_spechelper() 1128 binop(Iop_CmpLE64S, cc_dep1, cc_dep2)); in guest_amd64_spechelper() 1322 binop(Iop_CmpLE64S, in guest_amd64_spechelper()
|
D | host_arm64_isel.c | 1385 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 1395 case Iop_CmpLE64S: return ARM64cc_LE; in iselCondCode_wrk()
|
D | ir_defs.c | 203 case Iop_CmpLE64S: vex_printf("CmpLE64S"); return; in ppIROp() 2654 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_ppc_isel.c | 2950 || e->Iex.Binop.op == Iop_CmpLE64S in iselCondCode_wrk() 2953 e->Iex.Binop.op == Iop_CmpLE64S); in iselCondCode_wrk()
|
D | host_s390_isel.c | 3428 case Iop_CmpLE64S: { in s390_isel_cc()
|
D | guest_mips_toIR.c | 16776 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK() 16786 lastn = dis_branch_likely(binop(Iop_CmpLE64S, getIReg(rs), in disInstr_MIPS_WRK() 16796 dis_branch(False, binop(Iop_CmpLE64S, getIReg(rs), mkU64(0x0)), in disInstr_MIPS_WRK() 16805 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() 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()
|
D | ir_opt.c | 1975 case Iop_CmpLE64S: in fold_Expr()
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 378 case Iop_CmpLT64S: case Iop_CmpLE64S: in typeof_primop()
|
D | irops.c | 92 …{ DEFOP(Iop_CmpLE64S, UNDEF_ALL), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc3…
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 464 Iop_CmpLE32S, Iop_CmpLE64S, enumerator
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 4024 case Iop_CmpLE64S: case Iop_CmpLE64U: in expr2vbits_Binop()
|