ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
avx512vlvp2intersectintrin.h
Go to the documentation of this file.
1/*===------ avx512vlvp2intersectintrin.h - VL 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 <avx512vlvp2intersectintrin.h> directly; include <immintrin.h> instead."
26#endif
27
28#ifndef _AVX512VLVP2INTERSECT_H
29#define _AVX512VLVP2INTERSECT_H
30
31#define __DEFAULT_FN_ATTRS128 \
32 __attribute__((__always_inline__, __nodebug__, __target__("avx512vl,avx512vp2intersect"), \
33 __min_vector_width__(128)))
34
35#define __DEFAULT_FN_ATTRS256 \
36 __attribute__((__always_inline__, __nodebug__, __target__("avx512vl,avx512vp2intersect"), \
37 __min_vector_width__(256)))
53static __inline__ void __DEFAULT_FN_ATTRS256
54_mm256_2intersect_epi32(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) {
55 __builtin_ia32_vp2intersect_d_256((__v8si)__a, (__v8si)__b, __m0, __m1);
56}
57
73static __inline__ void __DEFAULT_FN_ATTRS256
74_mm256_2intersect_epi64(__m256i __a, __m256i __b, __mmask8 *__m0, __mmask8 *__m1) {
75 __builtin_ia32_vp2intersect_q_256((__v4di)__a, (__v4di)__b, __m0, __m1);
76}
77
93static __inline__ void __DEFAULT_FN_ATTRS128
94_mm_2intersect_epi32(__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) {
95 __builtin_ia32_vp2intersect_d_128((__v4si)__a, (__v4si)__b, __m0, __m1);
96}
97
113static __inline__ void __DEFAULT_FN_ATTRS128
114_mm_2intersect_epi64(__m128i __a, __m128i __b, __mmask8 *__m0, __mmask8 *__m1) {
115 __builtin_ia32_vp2intersect_q_128((__v2di)__a, (__v2di)__b, __m0, __m1);
116}
117
118#undef __DEFAULT_FN_ATTRS128
119#undef __DEFAULT_FN_ATTRS256
120
121#endif
static __inline__ vector float vector float __b
Definition altivec.h:520
unsigned char __mmask8
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
Definition emmintrin.h:4185