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_ATTRS128 |
#define | __DEFAULT_FN_ATTRS256 |
Functions | |
static __inline__ void __DEFAULT_FN_ATTRS256 | _mm256_2intersect_epi32 (__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between dwords in operands __a and __b. More... | |
static __inline__ void __DEFAULT_FN_ATTRS256 | _mm256_2intersect_epi64 (__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between quadwords in operands __a and __b. More... | |
static __inline__ void __DEFAULT_FN_ATTRS128 | _mm_2intersect_epi32 (__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between dwords in operands __a and __b. More... | |
static __inline__ void __DEFAULT_FN_ATTRS128 | _mm_2intersect_epi64 (__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between quadwords in operands __a and __b. More... | |
#define __DEFAULT_FN_ATTRS128 |
Definition at line 31 of file avx512vlvp2intersectintrin.h.
#define __DEFAULT_FN_ATTRS256 |
Definition at line 35 of file avx512vlvp2intersectintrin.h.
|
static |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between dwords in operands __a and __b.
This intrinsic corresponds to the VP2INTERSECTD
instruction.
__a | A 256-bit vector of [8 x i32]. |
__b | A 256-bit vector of [8 x i32] |
__m0 | A pointer point to 8-bit mask |
__m1 | A pointer point to 8-bit mask |
Definition at line 54 of file avx512vlvp2intersectintrin.h.
|
static |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between quadwords in operands __a and __b.
This intrinsic corresponds to the VP2INTERSECTQ
instruction.
__a | A 256-bit vector of [4 x i64]. |
__b | A 256-bit vector of [4 x i64] |
__m0 | A pointer point to 8-bit mask |
__m1 | A pointer point to 8-bit mask |
Definition at line 74 of file avx512vlvp2intersectintrin.h.
|
static |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between dwords in operands __a and __b.
This intrinsic corresponds to the VP2INTERSECTD
instruction.
__a | A 128-bit vector of [4 x i32]. |
__b | A 128-bit vector of [4 x i32] |
__m0 | A pointer point to 8-bit mask |
__m1 | A pointer point to 8-bit mask |
Definition at line 94 of file avx512vlvp2intersectintrin.h.
|
static |
Store, in an even/odd pair of mask registers, the indicators of the locations of value matches between quadwords in operands __a and __b.
This intrinsic corresponds to the VP2INTERSECTQ
instruction.
__a | A 128-bit vector of [2 x i64]. |
__b | A 128-bit vector of [2 x i64] |
__m0 | A pointer point to 8-bit mask |
__m1 | A pointer point to 8-bit mask |
Definition at line 114 of file avx512vlvp2intersectintrin.h.