Searched refs:Iop_DivU32 (Results 1 - 10 of 10) sorted by relevance
/external/valgrind/VEX/pub/ |
H A D | libvex_ir.h | 485 Iop_DivU32, // :: I32,I32 -> I32 (simple div, no mod) enumerator in enum:__anon19778
|
/external/valgrind/VEX/priv/ |
H A D | ir_defs.c | 227 case Iop_DivU32: vex_printf("DivU32"); return; 2689 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
|
H A D | host_arm64_isel.c | 1689 case Iop_DivU32:
|
H A D | host_ppc_isel.c | 1530 e->Iex.Binop.op == Iop_DivU32 ||
|
H A D | host_arm_isel.c | 1483 case Iop_DivU32:
|
H A D | guest_arm_toIR.c | 15786 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR))); 20971 assign(res, binop(Iop_DivU32, mkexpr(argL), mkexpr(argR)));
|
H A D | guest_arm64_toIR.c | 3456 putIRegOrZR(is64, dd, binop(is64 ? Iop_DivU64 : Iop_DivU32,
|
H A D | guest_ppc_toIR.c | 3720 assign( rD, binop(Iop_DivU32, mkexpr(rA), mkexpr(rB)) );
|
/external/valgrind/memcheck/tests/vbit-test/ |
H A D | irops.c | 136 { 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 D | mc_translate.c | 3953 case Iop_DivU32:
|
Completed in 259 milliseconds