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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 62 /* 20 */ UInt guest_GPR5;
libvex_guest_ppc64.h 100 /* 40 */ ULong guest_GPR5;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 377 vex_state->guest_GPR5 = 0;
544 vex_state->guest_GPR5 = 0;
guest_ppc_toIR.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 196 case 5: VG_(transfer) (&ppc32->guest_GPR5, buf, dir, size, mod); break;
valgrind-low-ppc64.c 193 case 5: VG_(transfer) (&ppc64->guest_GPR5, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 492 canonical->arg3 = gst->guest_GPR5;
504 canonical->arg3 = gst->guest_GPR5;
816 gst->guest_GPR5 = canonical->arg3;
826 gst->guest_GPR5 = canonical->arg3;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 227 (*f)(tid, "GPR5" , vex->guest_GPR5 );
    [all...]

Completed in 75 milliseconds