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__("cldemote"))) |
#define | _mm_cldemote(p) _cldemote(p) |
Functions | |
static __inline__ void __DEFAULT_FN_ATTRS | _cldemote (const void *__P) |
Hint to hardware that the cache line that contains __P should be demoted from the cache closest to the processor core to a level more distant from the processor core. More... | |
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("cldemote"))) |
Definition at line 18 of file cldemoteintrin.h.
#define _mm_cldemote | ( | p | ) | _cldemote(p) |
Definition at line 33 of file cldemoteintrin.h.
|
static |
Hint to hardware that the cache line that contains __P
should be demoted from the cache closest to the processor core to a level more distant from the processor core.
This intrinsic corresponds to the CLDEMOTE
instruction.
Definition at line 29 of file cldemoteintrin.h.