clang 19.0.0git
Macros | Functions
avx512vlvp2intersectintrin.h File Reference

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.
 
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.
 
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.
 
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.
 

Macro Definition Documentation

◆ __DEFAULT_FN_ATTRS128

#define __DEFAULT_FN_ATTRS128
Value:
__attribute__((__always_inline__, __nodebug__, \
__target__("avx512vl,avx512vp2intersect,no-evex512"), \
__min_vector_width__(128)))
_Float16 __2f16 __attribute__((ext_vector_type(2)))
Zeroes the upper 128 bits (bits 255:128) of all YMM registers.

Definition at line 31 of file avx512vlvp2intersectintrin.h.

◆ __DEFAULT_FN_ATTRS256

#define __DEFAULT_FN_ATTRS256
Value:
__attribute__((__always_inline__, __nodebug__, \
__target__("avx512vl,avx512vp2intersect,no-evex512"), \
__min_vector_width__(256)))

Definition at line 36 of file avx512vlvp2intersectintrin.h.

Function Documentation

◆ _mm256_2intersect_epi32()

static __inline__ void __DEFAULT_FN_ATTRS256 _mm256_2intersect_epi32 ( __m256i  __a,
__m256i  __b,
__mmask8 __m0,
__mmask8 __m1 
)
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.

Parameters
__aA 256-bit vector of [8 x i32].
__bA 256-bit vector of [8 x i32]
__m0A pointer point to 8-bit mask
__m1A pointer point to 8-bit mask

Definition at line 56 of file avx512vlvp2intersectintrin.h.

References __a, and __b.

◆ _mm256_2intersect_epi64()

static __inline__ void __DEFAULT_FN_ATTRS256 _mm256_2intersect_epi64 ( __m256i  __a,
__m256i  __b,
__mmask8 __m0,
__mmask8 __m1 
)
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.

Parameters
__aA 256-bit vector of [4 x i64].
__bA 256-bit vector of [4 x i64]
__m0A pointer point to 8-bit mask
__m1A pointer point to 8-bit mask

Definition at line 76 of file avx512vlvp2intersectintrin.h.

References __a, and __b.

◆ _mm_2intersect_epi32()

static __inline__ void __DEFAULT_FN_ATTRS128 _mm_2intersect_epi32 ( __m128i  __a,
__m128i  __b,
__mmask8 __m0,
__mmask8 __m1 
)
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.

Parameters
__aA 128-bit vector of [4 x i32].
__bA 128-bit vector of [4 x i32]
__m0A pointer point to 8-bit mask
__m1A pointer point to 8-bit mask

Definition at line 96 of file avx512vlvp2intersectintrin.h.

References __a, and __b.

◆ _mm_2intersect_epi64()

static __inline__ void __DEFAULT_FN_ATTRS128 _mm_2intersect_epi64 ( __m128i  __a,
__m128i  __b,
__mmask8 __m0,
__mmask8 __m1 
)
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.

Parameters
__aA 128-bit vector of [2 x i64].
__bA 128-bit vector of [2 x i64]
__m0A pointer point to 8-bit mask
__m1A pointer point to 8-bit mask

Definition at line 116 of file avx512vlvp2intersectintrin.h.

References __a, and __b.