ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Macros | Functions
clzerointrin.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__("clzero")))
 

Functions

static __inline__ void __DEFAULT_FN_ATTRS _mm_clzero (void *__line)
 Loads the cache line address and zero's out the cacheline. More...
 

Macro Definition Documentation

◆ __DEFAULT_FN_ATTRS

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

Definition at line 17 of file clzerointrin.h.

Function Documentation

◆ _mm_clzero()

static __inline__ void __DEFAULT_FN_ATTRS _mm_clzero ( void *  __line)
static

Loads the cache line address and zero's out the cacheline.

This intrinsic corresponds to the CLZERO instruction.

Parameters
__lineA pointer to a cacheline which needs to be zeroed out.

Definition at line 29 of file clzerointrin.h.