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

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h493 Iop_DivS32E, // ditto, signed 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.c118 { DEFOP(Iop_DivS32E, 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 Dhost_ppc_isel.c1497 e->Iex.Binop.op == Iop_DivS32E ||
1499 Bool syned = toBool((e->Iex.Binop.op == Iop_DivS32) || (e->Iex.Binop.op == Iop_DivS32E));
1505 || ( e->Iex.Binop.op == Iop_DivS32E ) ) ? True
H A Dir_defs.c233 case Iop_DivS32E: vex_printf("DivS32E"); return;
2588 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
H A Dguest_ppc_toIR.c3773 assign( res, binop( Iop_DivS32E, dividend, divisor ) );
3778 assign( res, binop( Iop_DivS32E, dividend, divisor ) );
/external/valgrind/main/memcheck/
H A Dmc_translate.c3722 case Iop_DivS32E:

Completed in 227 milliseconds