25 #error "Never use <xsavesintrin.h> directly; include <immintrin.h> instead." 28 #ifndef __XSAVESINTRIN_H 29 #define __XSAVESINTRIN_H 32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsaves"))) 36 __builtin_ia32_xsaves(__p, __m);
41 __builtin_ia32_xrstors(__p, __m);
46 _xrstors64(
void *
__p,
unsigned long long __m) {
47 __builtin_ia32_xrstors64(
__p, __m);
51 _xsaves64(
void *
__p,
unsigned long long __m) {
52 __builtin_ia32_xsaves64(
__p, __m);
56 #undef __DEFAULT_FN_ATTRS static __inline__ void __DEFAULT_FN_ATTRS _xrstors(void *__p, unsigned long long __m)
static __inline unsigned char unsigned int unsigned int unsigned int * __p
#define __DEFAULT_FN_ATTRS
static __inline__ void __DEFAULT_FN_ATTRS _xsaves(void *__p, unsigned long long __m)