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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 64 /* 28 */ UInt guest_GPR7;
libvex_guest_ppc64.h 102 /* 56 */ ULong guest_GPR7;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 379 vex_state->guest_GPR7 = 0;
546 vex_state->guest_GPR7 = 0;
guest_ppc_toIR.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 198 case 7: VG_(transfer) (&ppc32->guest_GPR7, buf, dir, size, mod); break;
valgrind-low-ppc64.c 195 case 7: VG_(transfer) (&ppc64->guest_GPR7, buf, dir, size, mod); break;
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 494 canonical->arg5 = gst->guest_GPR7;
506 canonical->arg5 = gst->guest_GPR7;
818 gst->guest_GPR7 = canonical->arg5;
828 gst->guest_GPR7 = canonical->arg5;
    [all...]
  /external/valgrind/coregrind/
m_machine.c 229 (*f)(tid, "GPR7" , vex->guest_GPR7 );
    [all...]

Completed in 225 milliseconds