|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|

Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS |
Functions | |
| static __inline__ void __DEFAULT_FN_ATTRS | _mm512_2intersect_epi32 (__m512i __a, __m512i __b, __mmask16 *__m0, __mmask16 *__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. | |
| static __inline__ void __DEFAULT_FN_ATTRS | _mm512_2intersect_epi64 (__m512i __a, __m512i __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. | |
| #define __DEFAULT_FN_ATTRS |
Definition at line 31 of file avx512vp2intersectintrin.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 512-bit vector of [16 x i32]. |
| __b | A 512-bit vector of [16 x i32] |
| __m0 | A pointer point to 16-bit mask |
| __m1 | A pointer point to 16-bit mask |
Definition at line 51 of file avx512vp2intersectintrin.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 512-bit vector of [8 x i64]. |
| __b | A 512-bit vector of [8 x i64] |
| __m0 | A pointer point to 8-bit mask |
| __m1 | A pointer point to 8-bit mask |
Definition at line 71 of file avx512vp2intersectintrin.h.