clang 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS128 |
Functions | |
static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_move_epi32 (__m128i __A) |
Constructs a 128-bit integer vector, setting the lower 32 bits to the lower 32 bits of the parameter __A; the upper bits are zeoroed. | |
static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_move_epi16 (__m128i __A) |
Constructs a 128-bit integer vector, setting the lower 16 bits to the lower 16 bits of the parameter __A; the upper bits are zeoroed. | |
#define __DEFAULT_FN_ATTRS128 |
Definition at line 18 of file avx10_2copyintrin.h.
|
static |
Constructs a 128-bit integer vector, setting the lower 16 bits to the lower 16 bits of the parameter __A; the upper bits are zeoroed.
This intrinsic corresponds to the VMOVW
instruction.
__A | A 128-bit integer vector. |
Definition at line 59 of file avx10_2copyintrin.h.
References _mm_setzero_si128().
|
static |
Constructs a 128-bit integer vector, setting the lower 32 bits to the lower 32 bits of the parameter __A; the upper bits are zeoroed.
This intrinsic corresponds to the VMOVD
instruction.
__A | A 128-bit integer vector. |
Definition at line 38 of file avx10_2copyintrin.h.
References _mm_setzero_si128().