11 #error "Never use <xsavesintrin.h> directly; include <immintrin.h> instead."
14 #ifndef __XSAVESINTRIN_H
15 #define __XSAVESINTRIN_H
18 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsaves")))
22 __builtin_ia32_xsaves(
__p, __m);
27 __builtin_ia32_xrstors(
__p, __m);
32 _xrstors64(
void *
__p,
unsigned long long __m) {
33 __builtin_ia32_xrstors64(
__p, __m);
37 _xsaves64(
void *
__p,
unsigned long long __m) {
38 __builtin_ia32_xsaves64(
__p, __m);
42 #undef __DEFAULT_FN_ATTRS
static __inline unsigned char unsigned int unsigned int unsigned int * __p
static __inline__ void __DEFAULT_FN_ATTRS _xrstors(void *__p, unsigned long long __m)
static __inline__ void __DEFAULT_FN_ATTRS _xsaves(void *__p, unsigned long long __m)
#define __DEFAULT_FN_ATTRS