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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h491 Iop_DivU32E, // :: I32,I32 -> I32 (dividend is 32-bit arg (hi) enumerator in enum:__anon32282
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c406 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
H A Dirops.c117 { DEFOP(Iop_DivU32E, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 0 },
/external/valgrind/main/VEX/priv/
H A Dir_defs.c232 case Iop_DivU32E: vex_printf("DivU32E"); return;
2588 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
H A Dhost_ppc_isel.c1498 e->Iex.Binop.op == Iop_DivU32E) {
1504 PPCInstr_Div( ( ( e->Iex.Binop.op == Iop_DivU32E )
H A Dguest_ppc_toIR.c3738 assign( res, binop( Iop_DivU32E, dividend, divisor ) );
3743 assign( res, binop( Iop_DivU32E, dividend, divisor ) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c3721 case Iop_DivU32E:

Completed in 295 milliseconds