Searched refs:guest_VSR0 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex_guest_ppc32.h104 /* 128 */ U128 guest_VSR0; member in struct:__anon15729
H A Dlibvex_guest_ppc64.h142 /* 256 */ U128 guest_VSR0; member in struct:__anon15730
/external/valgrind/VEX/priv/
H A Dguest_ppc_helpers.c408 VECZERO(vex_state->guest_VSR0 );
573 VECZERO(vex_state->guest_VSR0 );
H A Dguest_ppc_toIR.c1176 case 0: return offsetofPPCGuestState(guest_VSR0) + 8;
1212 case 0: return offsetofPPCGuestState(guest_VSR0);
1319 case 0: return offsetofPPCGuestState(guest_VSR0);
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c771 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex.guest_VSR0));
772 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow1.guest_VSR0));
773 vg_assert(VG_IS_16_ALIGNED(& tst->arch.vex_shadow2.guest_VSR0));
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-ppc32.c223 case 32: VG_(transfer) (&ppc32->guest_VSR0, buf, dir, size, mod); break;
H A Dvalgrind-low-ppc64.c220 case 32: VG_(transfer) (&ppc64->guest_VSR0, buf, dir, size, mod); break;

Completed in 127 milliseconds