Home | History | Annotate | Download | only in m_scheduler

Lines Matching refs:VexGuestAMD64State

760       (offsetof(VexGuestAMD64State,guest_YMM16)
761 - offsetof(VexGuestAMD64State,guest_YMM0))
764 vg_assert(VG_IS_16_ALIGNED(offsetof(VexGuestAMD64State,guest_YMM0)));
765 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_FPREG)));
766 vg_assert(16 == offsetof(VexGuestAMD64State,guest_RAX));
767 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RAX)));
768 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));