clang  3.9.0
Macros | Functions
xsaveintrin.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("xsave")))
 

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)
 

Macro Definition Documentation

#define __DEFAULT_FN_ATTRS   __attribute__((__always_inline__, __nodebug__, __target__("xsave")))

Definition at line 32 of file xsaveintrin.h.

Function Documentation

static __inline__ void __DEFAULT_FN_ATTRS _xrstor ( void *  __p,
unsigned long long  __m 
)
static

Definition at line 40 of file xsaveintrin.h.

static __inline__ void __DEFAULT_FN_ATTRS _xsave ( void *  __p,
unsigned long long  __m 
)
static

Definition at line 35 of file xsaveintrin.h.