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

  /external/valgrind/VEX/pub/
libvex_guest_ppc32.h 204 /* 1188 */ UInt guest_VRSAVE;
libvex_guest_ppc64.h 243 /* 1328 */ UInt guest_VRSAVE;
  /external/valgrind/VEX/priv/
guest_ppc_helpers.c 506 vex_state->guest_VRSAVE = 0;
673 vex_state->guest_VRSAVE = 0;
guest_ppc_toIR.c 280 #define OFFB_VRSAVE offsetofPPCGuestState(guest_VRSAVE)
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-ppc32.c 319 case 106: VG_(transfer) (&ppc32->guest_VRSAVE, buf, dir, size, mod); break;
valgrind-low-ppc64.c 316 case 106: VG_(transfer) (&ppc64->guest_VRSAVE, buf, dir, size, mod); break;

Completed in 487 milliseconds