HomeSort by relevance Sort by last modified time
    Searched defs:ppc32 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 39 Need to look at what is the exact ppc32 model to support.
186 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst); local
191 case 0: VG_(transfer) (&ppc32->guest_GPR0, buf, dir, size, mod); break;
192 case 1: VG_(transfer) (&ppc32->guest_GPR1, buf, dir, size, mod); break;
193 case 2: VG_(transfer) (&ppc32->guest_GPR2, buf, dir, size, mod); break;
194 case 3: VG_(transfer) (&ppc32->guest_GPR3, buf, dir, size, mod); break;
195 case 4: VG_(transfer) (&ppc32->guest_GPR4, buf, dir, size, mod); break;
196 case 5: VG_(transfer) (&ppc32->guest_GPR5, buf, dir, size, mod); break;
197 case 6: VG_(transfer) (&ppc32->guest_GPR6, buf, dir, size, mod); break;
198 case 7: VG_(transfer) (&ppc32->guest_GPR7, buf, dir, size, mod); break
336 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*)&tst->arch.vex; local
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 179 unsigned ppc32 : 1; member in struct:__anon42969

Completed in 61 milliseconds