|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|

Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clzero"))) |
Functions | |
| static __inline__ void __DEFAULT_FN_ATTRS | _mm_clzero (void *__line) |
| Loads the cache line address and zero's out the cacheline. | |
| #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clzero"))) |
Definition at line 17 of file clzerointrin.h.
|
static |
Loads the cache line address and zero's out the cacheline.
This intrinsic corresponds to the CLZERO instruction.
| __line | A pointer to a cacheline which needs to be zeroed out. |
Definition at line 29 of file clzerointrin.h.