ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clwb"))) |
Functions | |
static __inline__ void __DEFAULT_FN_ATTRS | _mm_clwb (void const *__p) |
Writes back to memory the cache line (if modified) that contains the linear address specified in __p from any level of the cache hierarchy in the cache coherence domain. More... | |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clwb"))) |
Definition at line 18 of file clwbintrin.h.
|
static |
Writes back to memory the cache line (if modified) that contains the linear address specified in __p from any level of the cache hierarchy in the cache coherence domain.
This intrinsic corresponds to the CLWB
instruction.
__p | A pointer to the memory location used to identify the cache line to be written back. |
Definition at line 32 of file clwbintrin.h.
References __p.