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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 65 /* 32 */ UInt guest_GPR8;
libvex_guest_ppc64.h 103 /* 64 */ ULong guest_GPR8;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 380 vex_state->guest_GPR8 = 0;
547 vex_state->guest_GPR8 = 0;
guest_ppc_toIR.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 199 case 8: VG_(transfer) (&ppc32->guest_GPR8, buf, dir, size, mod); break;
valgrind-low-ppc64.c 196 case 8: VG_(transfer) (&ppc64->guest_GPR8, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 495 canonical->arg6 = gst->guest_GPR8;
507 canonical->arg6 = gst->guest_GPR8;
819 gst->guest_GPR8 = canonical->arg6;
829 gst->guest_GPR8 = canonical->arg6;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 230 (*f)(tid, "GPR8" , vex->guest_GPR8 );
    [all...]

Completed in 94 milliseconds