clang 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsavec"))) |
Functions | |
static __inline__ void __DEFAULT_FN_ATTRS | _xsavec (void *__p, unsigned long long __m) |
Performs a full or partial save of processor state to the memory at __p. | |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("xsavec"))) |
Definition at line 18 of file xsavecintrin.h.
|
static |
Performs a full or partial save of processor state to the memory at __p.
The exact state saved depends on the 64-bit mask __m and processor control register XCR0
.
This intrinsic corresponds to the XSAVEC
instruction.
__p | Pointer to the save area; must be 64-byte aligned. |
__m | A 64-bit mask indicating what state should be saved. |
Definition at line 46 of file xsavecintrin.h.
References __p.