|
clang 22.0.0git
|
Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsave"))) |
| #define | _xgetbv(A) |
| #define | _xsetbv(A, B) |
Functions | |
| static __inline__ void __DEFAULT_FN_ATTRS | _xsave (void *__p, unsigned long long __m) |
| static __inline__ void __DEFAULT_FN_ATTRS | _xrstor (void *__p, unsigned long long __m) |
| #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsave"))) |
Definition at line 22 of file xsaveintrin.h.
| #define _xgetbv | ( | A | ) |
Definition at line 35 of file xsaveintrin.h.
| #define _xsetbv | ( | A, | |
| B ) |
Definition at line 36 of file xsaveintrin.h.
|
static |
Definition at line 30 of file xsaveintrin.h.
References __p.
|
static |
Definition at line 25 of file xsaveintrin.h.
References __p.