Home | History | Annotate | Download | only in m_scheduler

Lines Matching refs:VexGuestAMD64State

776       (offsetof(VexGuestAMD64State,guest_YMM16)
777 - offsetof(VexGuestAMD64State,guest_YMM0))
780 vg_assert(VG_IS_16_ALIGNED(offsetof(VexGuestAMD64State,guest_YMM0)));
781 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_FPREG)));
782 vg_assert(16 == offsetof(VexGuestAMD64State,guest_RAX));
783 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RAX)));
784 vg_assert(VG_IS_8_ALIGNED(offsetof(VexGuestAMD64State,guest_RIP)));