Searched refs:Iop_DivU64E (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h488 Iop_DivU64E, // :: I64,I64 -> I64 (dividend is 64-bit arg (hi) enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c409 case Iop_DivU64: case Iop_DivS64: case Iop_DivS64E: case Iop_DivU64E:
H A Dirops.c115 { DEFOP(Iop_DivU64E, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, // ppc32 asserts
/external/valgrind/main/VEX/priv/
H A Dir_defs.c230 case Iop_DivU64E: vex_printf("DivU64E"); return;
2591 case Iop_DivU64: case Iop_DivS64: case Iop_DivS64E: case Iop_DivU64E:
H A Dhost_ppc_isel.c1516 || e->Iex.Binop.op == Iop_DivU64E ) {
1525 == Iop_DivU64E ) ) ? True
H A Dguest_ppc_toIR.c3814 assign( rD, binop(Iop_DivU64E, mkexpr(rA), mkexpr(rB)) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c3730 case Iop_DivU64E:

Completed in 5660 milliseconds