25#error "Never use <avx512vlvp2intersectintrin.h> directly; include <immintrin.h> instead."
28#ifndef _AVX512VLVP2INTERSECT_H
29#define _AVX512VLVP2INTERSECT_H
31#define __DEFAULT_FN_ATTRS128 \
32 __attribute__((__always_inline__, __nodebug__, \
33 __target__("avx512vl,avx512vp2intersect,no-evex512"), \
34 __min_vector_width__(128)))
36#define __DEFAULT_FN_ATTRS256 \
37 __attribute__((__always_inline__, __nodebug__, \
38 __target__("avx512vl,avx512vp2intersect,no-evex512"), \
39 __min_vector_width__(256)))
57 __builtin_ia32_vp2intersect_d_256((__v8si)
__a, (__v8si)
__b, __m0, __m1);
77 __builtin_ia32_vp2intersect_q_256((__v4di)
__a, (__v4di)
__b, __m0, __m1);
97 __builtin_ia32_vp2intersect_d_128((__v4si)
__a, (__v4si)
__b, __m0, __m1);
117 __builtin_ia32_vp2intersect_q_128((__v2di)
__a, (__v2di)
__b, __m0, __m1);
120#undef __DEFAULT_FN_ATTRS128
121#undef __DEFAULT_FN_ATTRS256
static __inline__ vector float vector float __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 betwee...
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 betwee...
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 betwee...
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 betwee...
#define __DEFAULT_FN_ATTRS256
#define __DEFAULT_FN_ATTRS128
static __inline__ void int __a