Searched refs:Iop_DivU32 (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_ir.h485 Iop_DivU32, // :: I32,I32 -> I32 (simple div, no mod) enumerator in enum:__anon19778
/external/valgrind/VEX/priv/
H A Dir_defs.c227 case Iop_DivU32: vex_printf("DivU32"); return;
2689 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
H A Dhost_arm64_isel.c1689 case Iop_DivU32:
H A Dhost_ppc_isel.c1530 e->Iex.Binop.op == Iop_DivU32 ||
H A Dhost_arm_isel.c1483 case Iop_DivU32:
H A Dguest_arm_toIR.c15786 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR)));
20971 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR)));
H A Dguest_arm64_toIR.c3456 putIRegOrZR(is64, dd, binop(is64 ? Iop_DivU64 : Iop_DivU32,
H A Dguest_ppc_toIR.c3720 assign( rD, binop(Iop_DivU32, mkexpr(rA), mkexpr(rB)) );
/external/valgrind/memcheck/tests/vbit-test/
H A Dirops.c136 { DEFOP(Iop_DivU32, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 0, .tilegx = 0 },
/external/valgrind/memcheck/
H A Dmc_translate.c3953 case Iop_DivU32:

Completed in 259 milliseconds