ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
avx512vp2intersectintrin.h
Go to the documentation of this file.
1 /*===------- avx512vpintersectintrin.h - VP2INTERSECT intrinsics ------------===
2  *
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a copy
5  * of this software and associated documentation files (the "Software"), to deal
6  * in the Software without restriction, including without limitation the rights
7  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8  * copies of the Software, and to permit persons to whom the Software is
9  * furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
20  * THE SOFTWARE.
21  *
22  *===-----------------------------------------------------------------------===
23  */
24 #ifndef __IMMINTRIN_H
25 #error "Never use <avx512vp2intersect.h> directly; include <immintrin.h> instead."
26 #endif
27 
28 #ifndef _AVX512VP2INTERSECT_H
29 #define _AVX512VP2INTERSECT_H
30 
31 #define __DEFAULT_FN_ATTRS \
32  __attribute__((__always_inline__, __nodebug__, __target__("avx512vp2intersect"), \
33  __min_vector_width__(512)))
34 
50 static __inline__ void __DEFAULT_FN_ATTRS
51 _mm512_2intersect_epi32(__m512i __a, __m512i __b, __mmask16 *__m0, __mmask16 *__m1) {
52  __builtin_ia32_vp2intersect_d_512((__v16si)__a, (__v16si)__b, __m0, __m1);
53 }
54 
70 static __inline__ void __DEFAULT_FN_ATTRS
71 _mm512_2intersect_epi64(__m512i __a, __m512i __b, __mmask8 *__m0, __mmask8 *__m1) {
72  __builtin_ia32_vp2intersect_q_512((__v8di)__a, (__v8di)__b, __m0, __m1);
73 }
74 
75 #undef __DEFAULT_FN_ATTRS
76 
77 #endif
static __inline__ vector float vector float __b
Definition: altivec.h:520
unsigned char __mmask8
Definition: avx512fintrin.h:37
unsigned short __mmask16
Definition: avx512fintrin.h:38
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 betwee...
#define __DEFAULT_FN_ATTRS
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 betwee...
static __inline__ void int __a
Definition: emmintrin.h:4185