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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h472 Iop_DivU64E, // :: I64,I64 -> I64 (dividend is 64-bit arg (hi) concat with 64 0's (low)) enumerator in enum:__anon14008
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_isel.c1307 || e->Iex.Binop.op == Iop_DivU64E ) {
1316 == Iop_DivU64E ) ) ? True
H A Dir_defs.c223 case Iop_DivU64E: vex_printf("DivU64E"); return;
2181 case Iop_DivU64: case Iop_DivS64: case Iop_DivS64E: case Iop_DivU64E:
H A Dguest_ppc_toIR.c3498 assign( rD, binop(Iop_DivU64E, mkexpr(rA), mkexpr(rB)) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c3128 case Iop_DivU64E:

Completed in 72 milliseconds