HomeSort by relevance Sort by last modified time
    Searched refs:Iop_DivU32E (Results 1 - 7 of 7) sorted by null

  /external/valgrind/VEX/pub/
libvex_ir.h 492 Iop_DivU32E, // :: I32,I32 -> I32 (dividend is 32-bit arg (hi)
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
util.c 407 case Iop_DivU32: case Iop_DivS32: case Iop_DivU32E: case Iop_DivS32E:
    [all...]
irops.c 118 { DEFOP(Iop_DivU32E, UNDEF_ALL), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 0, .tilegx = 0 },
    [all...]
  /external/valgrind/VEX/priv/
ir_defs.c 233 case Iop_DivU32E: vex_printf("DivU32E"); return;
    [all...]
host_ppc_isel.c     [all...]
guest_ppc_toIR.c     [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 41 milliseconds