11#error "Never use <avx2intrin.h> directly; include <immintrin.h> instead."
18#define __DEFAULT_FN_ATTRS256 \
19 __attribute__((__always_inline__, __nodebug__, __target__("avx2"), \
20 __min_vector_width__(256)))
21#define __DEFAULT_FN_ATTRS128 \
22 __attribute__((__always_inline__, __nodebug__, __target__("avx2"), \
23 __min_vector_width__(128)))
25#if defined(__cplusplus) && (__cplusplus >= 201103L)
26#define __DEFAULT_FN_ATTRS256_CONSTEXPR __DEFAULT_FN_ATTRS256 constexpr
27#define __DEFAULT_FN_ATTRS128_CONSTEXPR __DEFAULT_FN_ATTRS128 constexpr
29#define __DEFAULT_FN_ATTRS256_CONSTEXPR __DEFAULT_FN_ATTRS256
30#define __DEFAULT_FN_ATTRS128_CONSTEXPR __DEFAULT_FN_ATTRS128
91#define _mm256_mpsadbw_epu8(X, Y, M) \
92 ((__m256i)__builtin_ia32_mpsadbw256((__v32qi)(__m256i)(X), \
93 (__v32qi)(__m256i)(Y), (int)(M)))
108 return (__m256i)__builtin_elementwise_abs((__v32qs)
__a);
124 return (__m256i)__builtin_elementwise_abs((__v16hi)
__a);
140 return (__m256i)__builtin_elementwise_abs((__v8si)
__a);
171 return (__m256i)__builtin_ia32_packsswb256((__v16hi)
__a, (__v16hi)
__b);
203 return (__m256i)__builtin_ia32_packssdw256((__v8si)
__a, (__v8si)
__b);
234 return (__m256i)__builtin_ia32_packuswb256((__v16hi)
__a, (__v16hi)
__b);
266 return (__m256i) __builtin_ia32_packusdw256((__v8si)__V1, (__v8si)__V2);
284 return (__m256i)((__v32qu)
__a + (__v32qu)
__b);
302 return (__m256i)((__v16hu)
__a + (__v16hu)
__b);
320 return (__m256i)((__v8su)
__a + (__v8su)
__b);
338 return (__m256i)((__v4du)
__a + (__v4du)
__b);
356 return (__m256i)__builtin_elementwise_add_sat((__v32qs)
__a, (__v32qs)
__b);
373 return (__m256i)__builtin_elementwise_add_sat((__v16hi)
__a, (__v16hi)
__b);
391 return (__m256i)__builtin_elementwise_add_sat((__v32qu)
__a, (__v32qu)
__b);
408 return (__m256i)__builtin_elementwise_add_sat((__v16hu)
__a, (__v16hu)
__b);
435#define _mm256_alignr_epi8(a, b, n) \
436 ((__m256i)__builtin_ia32_palignr256((__v32qi)(__m256i)(a), \
437 (__v32qi)(__m256i)(b), (n)))
454 return (__m256i)((__v4du)
__a & (__v4du)
__b);
472 return (__m256i)(~(__v4du)
__a & (__v4du)
__b);
497 return (__m256i)__builtin_ia32_pavgb256((__v32qu)
__a, (__v32qu)
__b);
522 return (__m256i)__builtin_ia32_pavgw256((__v16hu)
__a, (__v16hu)
__b);
556 return (__m256i)__builtin_ia32_pblendvb256((__v32qi)__V1, (__v32qi)__V2,
597#define _mm256_blend_epi16(V1, V2, M) \
598 ((__m256i)__builtin_ia32_pblendw256((__v16hi)(__m256i)(V1), \
599 (__v16hi)(__m256i)(V2), (int)(M)))
624 return (__m256i)((__v32qi)
__a == (__v32qi)
__b);
650 return (__m256i)((__v16hi)
__a == (__v16hi)
__b);
676 return (__m256i)((__v8si)
__a == (__v8si)
__b);
702 return (__m256i)((__v4di)
__a == (__v4di)
__b);
730 return (__m256i)((__v32qs)
__a > (__v32qs)
__b);
756 return (__m256i)((__v16hi)
__a > (__v16hi)
__b);
782 return (__m256i)((__v8si)
__a > (__v8si)
__b);
808 return (__m256i)((__v4di)
__a > (__v4di)
__b);
844 return (__m256i)__builtin_ia32_phaddw256((__v16hi)
__a, (__v16hi)
__b);
876 return (__m256i)__builtin_ia32_phaddd256((__v8si)
__a, (__v8si)
__b);
911 return (__m256i)__builtin_ia32_phaddsw256((__v16hi)
__a, (__v16hi)
__b);
947 return (__m256i)__builtin_ia32_phsubw256((__v16hi)
__a, (__v16hi)
__b);
979 return (__m256i)__builtin_ia32_phsubd256((__v8si)
__a, (__v8si)
__b);
1015 return (__m256i)__builtin_ia32_phsubsw256((__v16hi)
__a, (__v16hi)
__b);
1045 return (__m256i)__builtin_ia32_pmaddubsw256((__v32qi)
__a, (__v32qi)
__b);
1077 return (__m256i)__builtin_ia32_pmaddwd256((__v16hi)
__a, (__v16hi)
__b);
1095 return (__m256i)__builtin_elementwise_max((__v32qs)
__a, (__v32qs)
__b);
1113 return (__m256i)__builtin_elementwise_max((__v16hi)
__a, (__v16hi)
__b);
1131 return (__m256i)__builtin_elementwise_max((__v8si)
__a, (__v8si)
__b);
1149 return (__m256i)__builtin_elementwise_max((__v32qu)
__a, (__v32qu)
__b);
1167 return (__m256i)__builtin_elementwise_max((__v16hu)
__a, (__v16hu)
__b);
1185 return (__m256i)__builtin_elementwise_max((__v8su)
__a, (__v8su)
__b);
1203 return (__m256i)__builtin_elementwise_min((__v32qs)
__a, (__v32qs)
__b);
1221 return (__m256i)__builtin_elementwise_min((__v16hi)
__a, (__v16hi)
__b);
1239 return (__m256i)__builtin_elementwise_min((__v8si)
__a, (__v8si)
__b);
1257 return (__m256i)__builtin_elementwise_min((__v32qu)
__a, (__v32qu)
__b);
1275 return (__m256i)__builtin_elementwise_min((__v16hu)
__a, (__v16hu)
__b);
1293 return (__m256i)__builtin_elementwise_min((__v8su)
__a, (__v8su)
__b);
1316 return __builtin_ia32_pmovmskb256((__v32qi)
__a);
1343 return (__m256i)__builtin_convertvector((__v16qs)__V, __v16hi);
1370 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v16qs)__V, (__v16qs)__V, 0, 1, 2, 3, 4, 5, 6, 7), __v8si);
1396 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v16qs)__V, (__v16qs)__V, 0, 1, 2, 3), __v4di);
1421 return (__m256i)__builtin_convertvector((__v8hi)__V, __v8si);
1445 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v8hi)__V, (__v8hi)__V, 0, 1, 2, 3), __v4di);
1469 return (__m256i)__builtin_convertvector((__v4si)__V, __v4di);
1494 return (__m256i)__builtin_convertvector((__v16qu)__V, __v16hi);
1519 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v16qu)__V, (__v16qu)__V, 0, 1, 2, 3, 4, 5, 6, 7), __v8si);
1543 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v16qu)__V, (__v16qu)__V, 0, 1, 2, 3), __v4di);
1568 return (__m256i)__builtin_convertvector((__v8hu)__V, __v8si);
1592 return (__m256i)__builtin_convertvector(__builtin_shufflevector((__v8hu)__V, (__v8hu)__V, 0, 1, 2, 3), __v4di);
1616 return (__m256i)__builtin_convertvector((__v4su)__V, __v4di);
1641 return (__m256i)__builtin_ia32_pmuldq256((__v8si)
__a, (__v8si)
__b);
1668 return (__m256i)__builtin_ia32_pmulhrsw256((__v16hi)
__a, (__v16hi)
__b);
1687 return (__m256i)__builtin_ia32_pmulhuw256((__v16hu)
__a, (__v16hu)
__b);
1706 return (__m256i)__builtin_ia32_pmulhw256((__v16hi)
__a, (__v16hi)
__b);
1725 return (__m256i)((__v16hu)
__a * (__v16hu)
__b);
1743 return (__m256i)((__v8su)
__a * (__v8su)
__b);
1768 return __builtin_ia32_pmuludq256((__v8si)
__a, (__v8si)
__b);
1786 return (__m256i)((__v4du)
__a | (__v4du)
__b);
1831 return __builtin_ia32_psadbw256((__v32qi)
__a, (__v32qi)
__b);
1870 return (__m256i)__builtin_ia32_pshufb256((__v32qi)
__a, (__v32qi)
__b);
1903#define _mm256_shuffle_epi32(a, imm) \
1904 ((__m256i)__builtin_ia32_pshufd256((__v8si)(__m256i)(a), (int)(imm)))
1939#define _mm256_shufflehi_epi16(a, imm) \
1940 ((__m256i)__builtin_ia32_pshufhw256((__v16hi)(__m256i)(a), (int)(imm)))
1976#define _mm256_shufflelo_epi16(a, imm) \
1977 ((__m256i)__builtin_ia32_pshuflw256((__v16hi)(__m256i)(a), (int)(imm)))
1997 return (__m256i)__builtin_ia32_psignb256((__v32qi)
__a, (__v32qi)
__b);
2018 return (__m256i)__builtin_ia32_psignw256((__v16hi)
__a, (__v16hi)
__b);
2039 return (__m256i)__builtin_ia32_psignd256((__v8si)
__a, (__v8si)
__b);
2059#define _mm256_slli_si256(a, imm) \
2060 ((__m256i)__builtin_ia32_pslldqi256_byteshift((__v32qi)(__m256i)(a), \
2080#define _mm256_bslli_epi128(a, imm) \
2081 ((__m256i)__builtin_ia32_pslldqi256_byteshift((__v32qi)(__m256i)(a), \
2099 return (__m256i)__builtin_ia32_psllwi256((__v16hi)
__a, __count);
2120 return (__m256i)__builtin_ia32_psllw256((__v16hi)
__a, (__v8hi)__count);
2138 return (__m256i)__builtin_ia32_pslldi256((__v8si)
__a, __count);
2159 return (__m256i)__builtin_ia32_pslld256((__v8si)
__a, (__v4si)__count);
2177 return __builtin_ia32_psllqi256((__v4di)
__a, __count);
2198 return __builtin_ia32_psllq256((__v4di)
__a, __count);
2217 return (__m256i)__builtin_ia32_psrawi256((__v16hi)
__a, __count);
2239 return (__m256i)__builtin_ia32_psraw256((__v16hi)
__a, (__v8hi)__count);
2258 return (__m256i)__builtin_ia32_psradi256((__v8si)
__a, __count);
2280 return (__m256i)__builtin_ia32_psrad256((__v8si)
__a, (__v4si)__count);
2300#define _mm256_srli_si256(a, imm) \
2301 ((__m256i)__builtin_ia32_psrldqi256_byteshift((__v32qi)(__m256i)(a), \
2321#define _mm256_bsrli_epi128(a, imm) \
2322 ((__m256i)__builtin_ia32_psrldqi256_byteshift((__v32qi)(__m256i)(a), \
2340 return (__m256i)__builtin_ia32_psrlwi256((__v16hi)
__a, __count);
2361 return (__m256i)__builtin_ia32_psrlw256((__v16hi)
__a, (__v8hi)__count);
2379 return (__m256i)__builtin_ia32_psrldi256((__v8si)
__a, __count);
2400 return (__m256i)__builtin_ia32_psrld256((__v8si)
__a, (__v4si)__count);
2418 return __builtin_ia32_psrlqi256((__v4di)
__a, __count);
2439 return __builtin_ia32_psrlq256((__v4di)
__a, __count);
2465 return (__m256i)((__v32qu)
__a - (__v32qu)
__b);
2491 return (__m256i)((__v16hu)
__a - (__v16hu)
__b);
2516 return (__m256i)((__v8su)
__a - (__v8su)
__b);
2541 return (__m256i)((__v4du)
__a - (__v4du)
__b);
2566 return (__m256i)__builtin_elementwise_sub_sat((__v32qs)
__a, (__v32qs)
__b);
2591 return (__m256i)__builtin_elementwise_sub_sat((__v16hi)
__a, (__v16hi)
__b);
2617 return (__m256i)__builtin_elementwise_sub_sat((__v32qu)
__a, (__v32qu)
__b);
2642 return (__m256i)__builtin_elementwise_sub_sat((__v16hu)
__a, (__v16hu)
__b);
2675 return (__m256i)__builtin_shufflevector((__v32qi)
__a, (__v32qi)
__b, 8, 32+8, 9, 32+9, 10, 32+10, 11, 32+11, 12, 32+12, 13, 32+13, 14, 32+14, 15, 32+15, 24, 32+24, 25, 32+25, 26, 32+26, 27, 32+27, 28, 32+28, 29, 32+29, 30, 32+30, 31, 32+31);
2709 return (__m256i)__builtin_shufflevector((__v16hi)
__a, (__v16hi)
__b, 4, 16+4, 5, 16+5, 6, 16+6, 7, 16+7, 12, 16+12, 13, 16+13, 14, 16+14, 15, 16+15);
2742 return (__m256i)__builtin_shufflevector((__v8si)
__a, (__v8si)
__b, 2, 8+2, 3, 8+3, 6, 8+6, 7, 8+7);
2771 return (__m256i)__builtin_shufflevector((__v4di)
__a, (__v4di)
__b, 1, 4+1, 3, 4+3);
2804 return (__m256i)__builtin_shufflevector((__v32qi)
__a, (__v32qi)
__b, 0, 32+0, 1, 32+1, 2, 32+2, 3, 32+3, 4, 32+4, 5, 32+5, 6, 32+6, 7, 32+7, 16, 32+16, 17, 32+17, 18, 32+18, 19, 32+19, 20, 32+20, 21, 32+21, 22, 32+22, 23, 32+23);
2838 return (__m256i)__builtin_shufflevector((__v16hi)
__a, (__v16hi)
__b, 0, 16+0, 1, 16+1, 2, 16+2, 3, 16+3, 8, 16+8, 9, 16+9, 10, 16+10, 11, 16+11);
2871 return (__m256i)__builtin_shufflevector((__v8si)
__a, (__v8si)
__b, 0, 8+0, 1, 8+1, 4, 8+4, 5, 8+5);
2900 return (__m256i)__builtin_shufflevector((__v4di)
__a, (__v4di)
__b, 0, 4+0, 2, 4+2);
2918 return (__m256i)((__v4du)
__a ^ (__v4du)
__b);
2936 return (__m256i)__builtin_nontemporal_load((
const __v4di_aligned *)__V);
2952 return (__m128)__builtin_shufflevector((__v4sf)__X, (__v4sf)__X, 0, 0, 0, 0);
2968 return __builtin_shufflevector((__v2df)
__a, (__v2df)
__a, 0, 0);
2984 return (__m256)__builtin_shufflevector((__v4sf)__X, (__v4sf)__X, 0, 0, 0, 0, 0, 0, 0, 0);
3000 return (__m256d)__builtin_shufflevector((__v2df)__X, (__v2df)__X, 0, 0, 0, 0);
3015 return (__m256i)__builtin_shufflevector((__v2di)__X, (__v2di)__X, 0, 1, 0, 1);
3018#define _mm_broadcastsi128_si256(X) _mm256_broadcastsi128_si256(X)
3053#define _mm_blend_epi32(V1, V2, M) \
3054 ((__m128i)__builtin_ia32_pblendd128((__v4si)(__m128i)(V1), \
3055 (__v4si)(__m128i)(V2), (int)(M)))
3090#define _mm256_blend_epi32(V1, V2, M) \
3091 ((__m256i)__builtin_ia32_pblendd256((__v8si)(__m256i)(V1), \
3092 (__v8si)(__m256i)(V2), (int)(M)))
3106 return (__m256i)__builtin_shufflevector((__v16qi)__X, (__v16qi)__X, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
3121 return (__m256i)__builtin_shufflevector((__v8hi)__X, (__v8hi)__X, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
3136 return (__m256i)__builtin_shufflevector((__v4si)__X, (__v4si)__X, 0, 0, 0, 0, 0, 0, 0, 0);
3151 return (__m256i)__builtin_shufflevector((__v2di)__X, (__v2di)__X, 0, 0, 0, 0);
3166 return (__m128i)__builtin_shufflevector((__v16qi)__X, (__v16qi)__X, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
3181 return (__m128i)__builtin_shufflevector((__v8hi)__X, (__v8hi)__X, 0, 0, 0, 0, 0, 0, 0, 0);
3196 return (__m128i)__builtin_shufflevector((__v4si)__X, (__v4si)__X, 0, 0, 0, 0);
3211 return (__m128i)__builtin_shufflevector((__v2di)__X, (__v2di)__X, 0, 0);
3239 return (__m256i)__builtin_ia32_permvarsi256((__v8si)
__a, (__v8si)
__b);
3269#define _mm256_permute4x64_pd(V, M) \
3270 ((__m256d)__builtin_ia32_permdf256((__v4df)(__m256d)(V), (int)(M)))
3297 return (__m256)__builtin_ia32_permvarsf256((__v8sf)
__a, (__v8si)
__b);
3327#define _mm256_permute4x64_epi64(V, M) \
3328 ((__m256i)__builtin_ia32_permdi256((__v4di)(__m256i)(V), (int)(M)))
3373#define _mm256_permute2x128_si256(V1, V2, M) \
3374 ((__m256i)__builtin_ia32_permti256((__m256i)(V1), (__m256i)(V2), (int)(M)))
3393#define _mm256_extracti128_si256(V, M) \
3394 ((__m128i)__builtin_ia32_extract128i256((__v4di)(__m256i)(V), (int)(M)))
3416#define _mm256_inserti128_si256(V1, V2, M) \
3417 ((__m256i)__builtin_ia32_insert128i256((__v4di)(__m256i)(V1), \
3418 (__v2di)(__m128i)(V2), (int)(M)))
3449 return (__m256i)__builtin_ia32_maskloadd256((
const __v8si *)__X, (__v8si)__M);
3481 return (__m256i)__builtin_ia32_maskloadq256((
const __v4di *)__X, (__v4di)__M);
3513 return (__m128i)__builtin_ia32_maskloadd((
const __v4si *)__X, (__v4si)__M);
3545 return (__m128i)__builtin_ia32_maskloadq((
const __v2di *)__X, (__v2di)__M);
3575 __builtin_ia32_maskstored256((__v8si *)__X, (__v8si)__M, (__v8si)
__Y);
3605 __builtin_ia32_maskstoreq256((__v4di *)__X, (__v4di)__M, (__v4di)
__Y);
3635 __builtin_ia32_maskstored((__v4si *)__X, (__v4si)__M, (__v4si)
__Y);
3665 __builtin_ia32_maskstoreq(( __v2di *)__X, (__v2di)__M, (__v2di)
__Y);
3687 return (__m256i)__builtin_ia32_psllv8si((__v8si)__X, (__v8si)
__Y);
3709 return (__m128i)__builtin_ia32_psllv4si((__v4si)__X, (__v4si)
__Y);
3731 return (__m256i)__builtin_ia32_psllv4di((__v4di)__X, (__v4di)
__Y);
3753 return (__m128i)__builtin_ia32_psllv2di((__v2di)__X, (__v2di)
__Y);
3776 return (__m256i)__builtin_ia32_psrav8si((__v8si)__X, (__v8si)
__Y);
3799 return (__m128i)__builtin_ia32_psrav4si((__v4si)__X, (__v4si)
__Y);
3821 return (__m256i)__builtin_ia32_psrlv8si((__v8si)__X, (__v8si)
__Y);
3843 return (__m128i)__builtin_ia32_psrlv4si((__v4si)__X, (__v4si)
__Y);
3865 return (__m256i)__builtin_ia32_psrlv4di((__v4di)__X, (__v4di)
__Y);
3887 return (__m128i)__builtin_ia32_psrlv2di((__v2di)__X, (__v2di)
__Y);
3933#define _mm_mask_i32gather_pd(a, m, i, mask, s) \
3934 ((__m128d)__builtin_ia32_gatherd_pd((__v2df)(__m128i)(a), \
3935 (double const *)(m), \
3936 (__v4si)(__m128i)(i), \
3937 (__v2df)(__m128d)(mask), (s)))
3981#define _mm256_mask_i32gather_pd(a, m, i, mask, s) \
3982 ((__m256d)__builtin_ia32_gatherd_pd256((__v4df)(__m256d)(a), \
3983 (double const *)(m), \
3984 (__v4si)(__m128i)(i), \
3985 (__v4df)(__m256d)(mask), (s)))
4029#define _mm_mask_i64gather_pd(a, m, i, mask, s) \
4030 ((__m128d)__builtin_ia32_gatherq_pd((__v2df)(__m128d)(a), \
4031 (double const *)(m), \
4032 (__v2di)(__m128i)(i), \
4033 (__v2df)(__m128d)(mask), (s)))
4077#define _mm256_mask_i64gather_pd(a, m, i, mask, s) \
4078 ((__m256d)__builtin_ia32_gatherq_pd256((__v4df)(__m256d)(a), \
4079 (double const *)(m), \
4080 (__v4di)(__m256i)(i), \
4081 (__v4df)(__m256d)(mask), (s)))
4125#define _mm_mask_i32gather_ps(a, m, i, mask, s) \
4126 ((__m128)__builtin_ia32_gatherd_ps((__v4sf)(__m128)(a), \
4127 (float const *)(m), \
4128 (__v4si)(__m128i)(i), \
4129 (__v4sf)(__m128)(mask), (s)))
4173#define _mm256_mask_i32gather_ps(a, m, i, mask, s) \
4174 ((__m256)__builtin_ia32_gatherd_ps256((__v8sf)(__m256)(a), \
4175 (float const *)(m), \
4176 (__v8si)(__m256i)(i), \
4177 (__v8sf)(__m256)(mask), (s)))
4224#define _mm_mask_i64gather_ps(a, m, i, mask, s) \
4225 ((__m128)__builtin_ia32_gatherq_ps((__v4sf)(__m128)(a), \
4226 (float const *)(m), \
4227 (__v2di)(__m128i)(i), \
4228 (__v4sf)(__m128)(mask), (s)))
4272#define _mm256_mask_i64gather_ps(a, m, i, mask, s) \
4273 ((__m128)__builtin_ia32_gatherq_ps256((__v4sf)(__m128)(a), \
4274 (float const *)(m), \
4275 (__v4di)(__m256i)(i), \
4276 (__v4sf)(__m128)(mask), (s)))
4320#define _mm_mask_i32gather_epi32(a, m, i, mask, s) \
4321 ((__m128i)__builtin_ia32_gatherd_d((__v4si)(__m128i)(a), \
4323 (__v4si)(__m128i)(i), \
4324 (__v4si)(__m128i)(mask), (s)))
4368#define _mm256_mask_i32gather_epi32(a, m, i, mask, s) \
4369 ((__m256i)__builtin_ia32_gatherd_d256((__v8si)(__m256i)(a), \
4371 (__v8si)(__m256i)(i), \
4372 (__v8si)(__m256i)(mask), (s)))
4419#define _mm_mask_i64gather_epi32(a, m, i, mask, s) \
4420 ((__m128i)__builtin_ia32_gatherq_d((__v4si)(__m128i)(a), \
4422 (__v2di)(__m128i)(i), \
4423 (__v4si)(__m128i)(mask), (s)))
4467#define _mm256_mask_i64gather_epi32(a, m, i, mask, s) \
4468 ((__m128i)__builtin_ia32_gatherq_d256((__v4si)(__m128i)(a), \
4470 (__v4di)(__m256i)(i), \
4471 (__v4si)(__m128i)(mask), (s)))
4516#define _mm_mask_i32gather_epi64(a, m, i, mask, s) \
4517 ((__m128i)__builtin_ia32_gatherd_q((__v2di)(__m128i)(a), \
4518 (long long const *)(m), \
4519 (__v4si)(__m128i)(i), \
4520 (__v2di)(__m128i)(mask), (s)))
4564#define _mm256_mask_i32gather_epi64(a, m, i, mask, s) \
4565 ((__m256i)__builtin_ia32_gatherd_q256((__v4di)(__m256i)(a), \
4566 (long long const *)(m), \
4567 (__v4si)(__m128i)(i), \
4568 (__v4di)(__m256i)(mask), (s)))
4612#define _mm_mask_i64gather_epi64(a, m, i, mask, s) \
4613 ((__m128i)__builtin_ia32_gatherq_q((__v2di)(__m128i)(a), \
4614 (long long const *)(m), \
4615 (__v2di)(__m128i)(i), \
4616 (__v2di)(__m128i)(mask), (s)))
4660#define _mm256_mask_i64gather_epi64(a, m, i, mask, s) \
4661 ((__m256i)__builtin_ia32_gatherq_q256((__v4di)(__m256i)(a), \
4662 (long long const *)(m), \
4663 (__v4di)(__m256i)(i), \
4664 (__v4di)(__m256i)(mask), (s)))
4694#define _mm_i32gather_pd(m, i, s) \
4695 ((__m128d)__builtin_ia32_gatherd_pd((__v2df)_mm_undefined_pd(), \
4696 (double const *)(m), \
4697 (__v4si)(__m128i)(i), \
4698 (__v2df)_mm_cmpeq_pd(_mm_setzero_pd(), \
4699 _mm_setzero_pd()), \
4729#define _mm256_i32gather_pd(m, i, s) \
4730 ((__m256d)__builtin_ia32_gatherd_pd256((__v4df)_mm256_undefined_pd(), \
4731 (double const *)(m), \
4732 (__v4si)(__m128i)(i), \
4733 (__v4df)_mm256_cmp_pd(_mm256_setzero_pd(), \
4734 _mm256_setzero_pd(), \
4765#define _mm_i64gather_pd(m, i, s) \
4766 ((__m128d)__builtin_ia32_gatherq_pd((__v2df)_mm_undefined_pd(), \
4767 (double const *)(m), \
4768 (__v2di)(__m128i)(i), \
4769 (__v2df)_mm_cmpeq_pd(_mm_setzero_pd(), \
4770 _mm_setzero_pd()), \
4800#define _mm256_i64gather_pd(m, i, s) \
4801 ((__m256d)__builtin_ia32_gatherq_pd256((__v4df)_mm256_undefined_pd(), \
4802 (double const *)(m), \
4803 (__v4di)(__m256i)(i), \
4804 (__v4df)_mm256_cmp_pd(_mm256_setzero_pd(), \
4805 _mm256_setzero_pd(), \
4836#define _mm_i32gather_ps(m, i, s) \
4837 ((__m128)__builtin_ia32_gatherd_ps((__v4sf)_mm_undefined_ps(), \
4838 (float const *)(m), \
4839 (__v4si)(__m128i)(i), \
4840 (__v4sf)_mm_cmpeq_ps(_mm_setzero_ps(), \
4841 _mm_setzero_ps()), \
4871#define _mm256_i32gather_ps(m, i, s) \
4872 ((__m256)__builtin_ia32_gatherd_ps256((__v8sf)_mm256_undefined_ps(), \
4873 (float const *)(m), \
4874 (__v8si)(__m256i)(i), \
4875 (__v8sf)_mm256_cmp_ps(_mm256_setzero_ps(), \
4876 _mm256_setzero_ps(), \
4909#define _mm_i64gather_ps(m, i, s) \
4910 ((__m128)__builtin_ia32_gatherq_ps((__v4sf)_mm_undefined_ps(), \
4911 (float const *)(m), \
4912 (__v2di)(__m128i)(i), \
4913 (__v4sf)_mm_cmpeq_ps(_mm_setzero_ps(), \
4914 _mm_setzero_ps()), \
4944#define _mm256_i64gather_ps(m, i, s) \
4945 ((__m128)__builtin_ia32_gatherq_ps256((__v4sf)_mm_undefined_ps(), \
4946 (float const *)(m), \
4947 (__v4di)(__m256i)(i), \
4948 (__v4sf)_mm_cmpeq_ps(_mm_setzero_ps(), \
4949 _mm_setzero_ps()), \
4979#define _mm_i32gather_epi32(m, i, s) \
4980 ((__m128i)__builtin_ia32_gatherd_d((__v4si)_mm_undefined_si128(), \
4981 (int const *)(m), (__v4si)(__m128i)(i), \
4982 (__v4si)_mm_set1_epi32(-1), (s)))
5011#define _mm256_i32gather_epi32(m, i, s) \
5012 ((__m256i)__builtin_ia32_gatherd_d256((__v8si)_mm256_undefined_si256(), \
5013 (int const *)(m), (__v8si)(__m256i)(i), \
5014 (__v8si)_mm256_set1_epi32(-1), (s)))
5045#define _mm_i64gather_epi32(m, i, s) \
5046 ((__m128i)__builtin_ia32_gatherq_d((__v4si)_mm_undefined_si128(), \
5047 (int const *)(m), (__v2di)(__m128i)(i), \
5048 (__v4si)_mm_set1_epi32(-1), (s)))
5077#define _mm256_i64gather_epi32(m, i, s) \
5078 ((__m128i)__builtin_ia32_gatherq_d256((__v4si)_mm_undefined_si128(), \
5079 (int const *)(m), (__v4di)(__m256i)(i), \
5080 (__v4si)_mm_set1_epi32(-1), (s)))
5110#define _mm_i32gather_epi64(m, i, s) \
5111 ((__m128i)__builtin_ia32_gatherd_q((__v2di)_mm_undefined_si128(), \
5112 (long long const *)(m), \
5113 (__v4si)(__m128i)(i), \
5114 (__v2di)_mm_set1_epi64x(-1), (s)))
5143#define _mm256_i32gather_epi64(m, i, s) \
5144 ((__m256i)__builtin_ia32_gatherd_q256((__v4di)_mm256_undefined_si256(), \
5145 (long long const *)(m), \
5146 (__v4si)(__m128i)(i), \
5147 (__v4di)_mm256_set1_epi64x(-1), (s)))
5176#define _mm_i64gather_epi64(m, i, s) \
5177 ((__m128i)__builtin_ia32_gatherq_q((__v2di)_mm_undefined_si128(), \
5178 (long long const *)(m), \
5179 (__v2di)(__m128i)(i), \
5180 (__v2di)_mm_set1_epi64x(-1), (s)))
5209#define _mm256_i64gather_epi64(m, i, s) \
5210 ((__m256i)__builtin_ia32_gatherq_q256((__v4di)_mm256_undefined_si256(), \
5211 (long long const *)(m), \
5212 (__v4di)(__m256i)(i), \
5213 (__v4di)_mm256_set1_epi64x(-1), (s)))
5215#undef __DEFAULT_FN_ATTRS256
5216#undef __DEFAULT_FN_ATTRS128
5217#undef __DEFAULT_FN_ATTRS256_CONSTEXPR
5218#undef __DEFAULT_FN_ATTRS128_CONSTEXPR
_Float16 __2f16 __attribute__((ext_vector_type(2)))
Zeroes the upper 128 bits (bits 255:128) of all YMM registers.
static __inline__ vector float vector float __b
#define __DEFAULT_FN_ATTRS128
#define __DEFAULT_FN_ATTRS256
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_srl_epi32(__m256i __a, __m128i __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sllv_epi32(__m256i __X, __m256i __Y)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __X left by the number of bits given...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi32_epi64(__m128i __V)
Sign-extends 32-bit elements from the 128-bit vector of [4 x i32] in __V and returns the 64-bit value...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_srl_epi16(__m256i __a, __m128i __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a right by the number of bits giv...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hadd_epi16(__m256i __a, __m256i __b)
Horizontally adds the adjacent pairs of 16-bit integers from two 256-bit vectors of [16 x i16] and re...
static __inline__ void __DEFAULT_FN_ATTRS256 _mm256_maskstore_epi64(long long *__X, __m256i __M, __m256i __Y)
Conditionally stores four 64-bit integer elements from the 256-bit vector of [4 x i64] in __Y to memo...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_stream_load_si256(const void *__V)
Loads the 256-bit integer vector from memory __V using a non-temporal memory hint and returns the vec...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpgt_epi8(__m256i __a, __m256i __b)
Compares corresponding signed bytes in the 256-bit integer vectors in __a and __b for greater-than an...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epi32(__m256i __a, __m256i __b)
Compares the corresponding signed 32-bit integers in the two 256-bit vectors of [8 x i32] in __a and ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mul_epu32(__m256i __a, __m256i __b)
Multiplies unsigned 32-bit integers from even-numered elements of two 256-bit vectors of [8 x i32] an...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epu16(__m256i __a, __m256i __b)
Compares the corresponding unsigned 16-bit integers in the two 256-bit vectors of [16 x i16] in __a a...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sll_epi32(__m256i __a, __m128i __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a left by the number of bits given...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_srav_epi32(__m128i __X, __m128i __Y)
Shifts each 32-bit element of the 128-bit vector of [4 x i32] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpackhi_epi32(__m256i __a, __m256i __b)
Unpacks and interleaves 32-bit integers from parts of the 256-bit vectors of [8 x i32] in __a and __b...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_andnot_si256(__m256i __a, __m256i __b)
Computes the bitwise AND of the 256-bit integer vector in __b with the bitwise NOT of the 256-bit int...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mulhi_epi16(__m256i __a, __m256i __b)
Multiplies signed 16-bit integer elements of two 256-bit vectors of [16 x i16], and returns the upper...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_adds_epu8(__m256i __a, __m256i __b)
Adds 8-bit integers from corresponding bytes of two 256-bit integer vectors using unsigned saturation...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sll_epi64(__m256i __a, __m128i __count)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __a left by the number of bits given...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_packs_epi32(__m256i __a, __m256i __b)
Converts the elements of two 256-bit vectors of [8 x i32] to 16-bit integers using signed saturation,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_maskload_epi64(long long const *__X, __m256i __M)
Conditionally loads four 64-bit integer elements from memory __X, if the most significant bit of the ...
static __inline__ void __DEFAULT_FN_ATTRS256 _mm256_maskstore_epi32(int *__X, __m256i __M, __m256i __Y)
Conditionally stores eight 32-bit integer elements from the 256-bit vector of [8 x i32] in __Y to mem...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mulhi_epu16(__m256i __a, __m256i __b)
Multiplies unsigned 16-bit integer elements of two 256-bit vectors of [16 x i16], and returns the upp...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_shuffle_epi8(__m256i __a, __m256i __b)
Shuffles 8-bit integers in the 256-bit integer vector __a according to control information in the 256...
#define __DEFAULT_FN_ATTRS128_CONSTEXPR
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastb_epi8(__m128i __X)
Broadcasts the low byte from the 128-bit integer vector in __X to all bytes of the 128-bit result.
static __inline__ __m128d __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastsd_pd(__m128d __a)
Broadcasts the 64-bit floating-point value from the low element of the 128-bit vector of [2 x double]...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_maskload_epi32(int const *__X, __m256i __M)
Conditionally loads eight 32-bit integer elements from memory __X, if the most significant bit of the...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu8_epi16(__m128i __V)
Zero-extends bytes from the 128-bit integer vector in __V and returns the 16-bit values in the corres...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_subs_epu16(__m256i __a, __m256i __b)
Subtracts 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16] using unsi...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastb_epi8(__m128i __X)
Broadcasts the low byte from the 128-bit integer vector in __X to all bytes of the 256-bit result.
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_permutevar8x32_epi32(__m256i __a, __m256i __b)
Sets the result's 256-bit vector of [8 x i32] to copies of elements of the 256-bit vector of [8 x i32...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastq_epi64(__m128i __X)
Broadcasts the low element from the 128-bit vector of [2 x i64] in __X to both elements of the result...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_slli_epi64(__m256i __a, int __count)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __a left by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpacklo_epi16(__m256i __a, __m256i __b)
Unpacks and interleaves 16-bit integers from parts of the 256-bit vectors of [16 x i16] in __a and __...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_abs_epi32(__m256i __a)
Computes the absolute value of each signed 32-bit element in the 256-bit vector of [8 x i32] in __a a...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_maddubs_epi16(__m256i __a, __m256i __b)
Multiplies each unsigned byte from the 256-bit integer vector in __a with the corresponding signed by...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hsub_epi16(__m256i __a, __m256i __b)
Horizontally subtracts adjacent pairs of 16-bit integers from two 256-bit vectors of [16 x i16] and r...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srav_epi32(__m256i __X, __m256i __Y)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mullo_epi16(__m256i __a, __m256i __b)
Multiplies signed 16-bit integer elements of two 256-bit vectors of [16 x i16], and returns the lower...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu8_epi64(__m128i __V)
Zero-extends the first four bytes from the 128-bit integer vector in __V and returns the 64-bit value...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastw_epi16(__m128i __X)
Broadcasts the low element from the 128-bit vector of [8 x i16] in __X to all elements of the result'...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpeq_epi32(__m256i __a, __m256i __b)
Compares corresponding elements in the 256-bit vectors of [8 x i32] in __a and __b for equality and r...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_adds_epi16(__m256i __a, __m256i __b)
Adds 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16] using signed sa...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_mulhrs_epi16(__m256i __a, __m256i __b)
Multiplies signed 16-bit integer elements of two 256-bit vectors of [16 x i16], truncates the 32-bit ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epi8(__m256i __a, __m256i __b)
Compares the corresponding signed bytes in the two 256-bit integer vectors in __a and __b and returns...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sll_epi16(__m256i __a, __m128i __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a left by the number of bits spec...
static __inline__ void __DEFAULT_FN_ATTRS128 _mm_maskstore_epi64(long long *__X, __m128i __M, __m128i __Y)
Conditionally stores two 64-bit integer elements from the 128-bit vector of [2 x i64] in __Y to memor...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu32_epi64(__m128i __V)
Zero-extends 32-bit elements from the 128-bit vector of [4 x i32] in __V and returns the 64-bit value...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu8_epi32(__m128i __V)
Zero-extends bytes from the lower half of the 128-bit integer vector in __V and returns the 32-bit va...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srli_epi16(__m256i __a, int __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a right by __count bits,...
static __inline__ __m256 __DEFAULT_FN_ATTRS256 _mm256_permutevar8x32_ps(__m256 __a, __m256i __b)
Sets the result's 256-bit vector of [8 x float] to copies of elements of the 256-bit vector of [8 x f...
static __inline__ int __DEFAULT_FN_ATTRS256 _mm256_movemask_epi8(__m256i __a)
Creates a 32-bit integer mask from the most significant bit of each byte in the 256-bit integer vecto...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epi16(__m256i __a, __m256i __b)
Compares the corresponding signed 16-bit integers in the two 256-bit vectors of [16 x i16] in __a and...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi8_epi16(__m128i __V)
Sign-extends bytes from the 128-bit integer vector in __V and returns the 16-bit values in the corres...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_srlv_epi32(__m128i __X, __m128i __Y)
Shifts each 32-bit element of the 128-bit vector of [4 x i32] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_blendv_epi8(__m256i __V1, __m256i __V2, __m256i __M)
Merges 8-bit integer values from either of the two 256-bit vectors __V1 or __V2, as specified by the ...
static __inline__ __m256 __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastss_ps(__m128 __X)
Broadcasts the 32-bit floating-point value from the low element of the 128-bit vector of [4 x float] ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpeq_epi64(__m256i __a, __m256i __b)
Compares corresponding elements in the 256-bit vectors of [4 x i64] in __a and __b for equality and r...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sign_epi32(__m256i __a, __m256i __b)
Sets each element of the result to the corresponding element of the 256-bit vector of [8 x i32] in __...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpacklo_epi8(__m256i __a, __m256i __b)
Unpacks and interleaves 8-bit integers from parts of the 256-bit integer vectors in __a and __b to fo...
static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_maskload_epi32(int const *__X, __m128i __M)
Conditionally loads four 32-bit integer elements from memory __X, if the most significant bit of the ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srli_epi64(__m256i __a, int __count)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __a right by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hadds_epi16(__m256i __a, __m256i __b)
Horizontally adds the adjacent pairs of 16-bit integers from two 256-bit vectors of [16 x i16] using ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastw_epi16(__m128i __X)
Broadcasts the low element from the 128-bit vector of [8 x i16] in __X to all elements of the result'...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hsub_epi32(__m256i __a, __m256i __b)
Horizontally subtracts adjacent pairs of 32-bit integers from two 256-bit vectors of [8 x i32] and re...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpacklo_epi64(__m256i __a, __m256i __b)
Unpacks and interleaves 64-bit integers from parts of the 256-bit vectors of [4 x i64] in __a and __b...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sign_epi8(__m256i __a, __m256i __b)
Sets each byte of the result to the corresponding byte of the 256-bit integer vector in __a,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpgt_epi16(__m256i __a, __m256i __b)
Compares corresponding signed elements in the 256-bit vectors of [16 x i16] in __a and __b for greate...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srai_epi16(__m256i __a, int __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a right by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_add_epi8(__m256i __a, __m256i __b)
Adds 8-bit integers from corresponding bytes of two 256-bit integer vectors and returns the lower 8 b...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi8_epi32(__m128i __V)
Sign-extends bytes from the lower half of the 128-bit integer vector in __V and returns the 32-bit va...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastq_epi64(__m128i __X)
Broadcasts the low element from the 128-bit vector of [2 x i64] in __X to all elements of the result'...
#define __DEFAULT_FN_ATTRS256_CONSTEXPR
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mul_epi32(__m256i __a, __m256i __b)
Multiplies signed 32-bit integers from even-numbered elements of two 256-bit vectors of [8 x i32] and...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epu16(__m256i __a, __m256i __b)
Compares the corresponding unsigned 16-bit integers in the two 256-bit vectors of [16 x i16] in __a a...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_packs_epi16(__m256i __a, __m256i __b)
Converts the elements of two 256-bit vectors of [16 x i16] to 8-bit integers using signed saturation,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_mullo_epi32(__m256i __a, __m256i __b)
Multiplies signed 32-bit integer elements of two 256-bit vectors of [8 x i32], and returns the lower ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epi32(__m256i __a, __m256i __b)
Compares the corresponding signed 32-bit integers in the two 256-bit vectors of [8 x i32] in __a and ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hsubs_epi16(__m256i __a, __m256i __b)
Horizontally subtracts adjacent pairs of 16-bit integers from two 256-bit vectors of [16 x i16] using...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpgt_epi32(__m256i __a, __m256i __b)
Compares corresponding signed elements in the 256-bit vectors of [8 x i32] in __a and __b for greater...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sub_epi32(__m256i __a, __m256i __b)
Subtracts 32-bit integers from corresponding elements of two 256-bit vectors of [8 x i32].
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpackhi_epi64(__m256i __a, __m256i __b)
Unpacks and interleaves 64-bit integers from parts of the 256-bit vectors of [4 x i64] in __a and __b...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_subs_epu8(__m256i __a, __m256i __b)
Subtracts 8-bit integers from corresponding bytes of two 256-bit integer vectors using unsigned satur...
static __inline__ __m128 __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastss_ps(__m128 __X)
Broadcasts the 32-bit floating-point value from the low element of the 128-bit vector of [4 x float] ...
static __inline__ void __DEFAULT_FN_ATTRS128 _mm_maskstore_epi32(int *__X, __m128i __M, __m128i __Y)
Conditionally stores four 32-bit integer elements from the 128-bit vector of [4 x i32] in __Y to memo...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_subs_epi16(__m256i __a, __m256i __b)
Subtracts 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16] using sign...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sra_epi32(__m256i __a, __m128i __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpeq_epi8(__m256i __a, __m256i __b)
Compares corresponding bytes in the 256-bit integer vectors in __a and __b for equality and returns t...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_srlv_epi64(__m128i __X, __m128i __Y)
Shifts each 64-bit element of the 128-bit vector of [2 x i64] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srlv_epi32(__m256i __X, __m256i __Y)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_abs_epi8(__m256i __a)
Computes the absolute value of each signed byte in the 256-bit integer vector __a and returns each va...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu16_epi64(__m128i __V)
Zero-extends 16-bit elements from the lower half of the 128-bit vector of [8 x i16] in __V and return...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_madd_epi16(__m256i __a, __m256i __b)
Multiplies corresponding 16-bit elements of two 256-bit vectors of [16 x i16], forming 32-bit interme...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpacklo_epi32(__m256i __a, __m256i __b)
Unpacks and interleaves 32-bit integers from parts of the 256-bit vectors of [8 x i32] in __a and __b...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi8_epi64(__m128i __V)
Sign-extends the first four bytes from the 128-bit integer vector in __V and returns the 64-bit value...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srli_epi32(__m256i __a, int __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a right by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_packus_epi32(__m256i __V1, __m256i __V2)
Converts elements from two 256-bit vectors of [8 x i32] to 16-bit integers using unsigned saturation,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_add_epi64(__m256i __a, __m256i __b)
Adds 64-bit integers from corresponding elements of two 256-bit vectors of [4 x i64] and returns the ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi16_epi64(__m128i __V)
Sign-extends 16-bit elements from the lower half of the 128-bit vector of [8 x i16] in __V and return...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpackhi_epi8(__m256i __a, __m256i __b)
Unpacks and interleaves 8-bit integers from parts of the 256-bit integer vectors in __a and __b to fo...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sub_epi16(__m256i __a, __m256i __b)
Subtracts 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16].
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_and_si256(__m256i __a, __m256i __b)
Computes the bitwise AND of the 256-bit integer vectors in __a and __b.
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_slli_epi32(__m256i __a, int __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a left by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastsi128_si256(__m128i __X)
Broadcasts the 128-bit integer data from __X to both the lower and upper halves of the 256-bit result...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srai_epi32(__m256i __a, int __count)
Shifts each 32-bit element of the 256-bit vector of [8 x i32] in __a right by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_add_epi32(__m256i __a, __m256i __b)
Adds 32-bit integers from corresponding elements of two 256-bit vectors of [8 x i32] and returns the ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_abs_epi16(__m256i __a)
Computes the absolute value of each signed 16-bit element in the 256-bit vector of [16 x i16] in __a ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epu8(__m256i __a, __m256i __b)
Compares the corresponding unsigned bytes in the two 256-bit integer vectors in __a and __b and retur...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_add_epi16(__m256i __a, __m256i __b)
Adds 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16] and returns the...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_or_si256(__m256i __a, __m256i __b)
Computes the bitwise OR of the 256-bit integer vectors in __a and __b.
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_packus_epi16(__m256i __a, __m256i __b)
Converts elements from two 256-bit vectors of [16 x i16] to 8-bit integers using unsigned saturation,...
static __inline__ __m256d __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastsd_pd(__m128d __X)
Broadcasts the 64-bit floating-point value from the low element of the 128-bit vector of [2 x double]...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epu8(__m256i __a, __m256i __b)
Compares the corresponding unsigned bytes in the two 256-bit integer vectors in __a and __b and retur...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepu16_epi32(__m128i __V)
Zero-extends 16-bit elements from the 128-bit vector of [8 x i16] in __V and returns the 32-bit value...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epu32(__m256i __a, __m256i __b)
Compares the corresponding unsigned 32-bit integers in the two 256-bit vectors of [8 x i32] in __a an...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_sllv_epi64(__m128i __X, __m128i __Y)
Shifts each 64-bit element of the 128-bit vector of [2 x i64] in __X left by the number of bits given...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_sllv_epi32(__m128i __X, __m128i __Y)
Shifts each 32-bit element of the 128-bit vector of [4 x i32] in __X left by the number of bits given...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_srl_epi64(__m256i __a, __m128i __count)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __a right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sub_epi8(__m256i __a, __m256i __b)
Subtracts 8-bit integers from corresponding bytes of two 256-bit integer vectors.
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epi16(__m256i __a, __m256i __b)
Compares the corresponding signed 16-bit integers in the two 256-bit vectors of [16 x i16] in __a and...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_avg_epu16(__m256i __a, __m256i __b)
Computes the averages of the corresponding unsigned 16-bit integers in the two 256-bit vectors of [16...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_xor_si256(__m256i __a, __m256i __b)
Computes the bitwise XOR of the 256-bit integer vectors in __a and __b.
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_min_epu32(__m256i __a, __m256i __b)
Compares the corresponding unsigned 32-bit integers in the two 256-bit vectors of [8 x i32] in __a an...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sra_epi16(__m256i __a, __m128i __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a right by the number of bits giv...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cvtepi16_epi32(__m128i __V)
Sign-extends 16-bit elements from the 128-bit vector of [8 x i16] in __V and returns the 32-bit value...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_adds_epu16(__m256i __a, __m256i __b)
Adds 16-bit integers from corresponding elements of two 256-bit vectors of [16 x i16] using unsigned ...
static __inline__ __m128i __DEFAULT_FN_ATTRS128 _mm_maskload_epi64(long long const *__X, __m128i __M)
Conditionally loads two 64-bit integer elements from memory __X, if the most significant bit of the c...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sign_epi16(__m256i __a, __m256i __b)
Sets each element of the result to the corresponding element of the 256-bit vector of [16 x i16] in _...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sub_epi64(__m256i __a, __m256i __b)
Subtracts 64-bit integers from corresponding elements of two 256-bit vectors of [4 x i64].
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_hadd_epi32(__m256i __a, __m256i __b)
Horizontally adds the adjacent pairs of 32-bit integers from two 256-bit vectors of [8 x i32] and ret...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_max_epi8(__m256i __a, __m256i __b)
Compares the corresponding signed bytes in the two 256-bit integer vectors in __a and __b and returns...
static __inline__ __m128i __DEFAULT_FN_ATTRS128_CONSTEXPR _mm_broadcastd_epi32(__m128i __X)
Broadcasts the low element from the 128-bit vector of [4 x i32] in __X to all elements of the result'...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_broadcastd_epi32(__m128i __X)
Broadcasts the low element from the 128-bit vector of [4 x i32] in __X to all elements of the result'...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_unpackhi_epi16(__m256i __a, __m256i __b)
Unpacks and interleaves 16-bit integers from parts of the 256-bit vectors of [16 x i16] in __a and __...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_srlv_epi64(__m256i __X, __m256i __Y)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __X right by the number of bits give...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_subs_epi8(__m256i __a, __m256i __b)
Subtracts 8-bit integers from corresponding bytes of two 256-bit integer vectors using signed saturat...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpgt_epi64(__m256i __a, __m256i __b)
Compares corresponding signed elements in the 256-bit vectors of [4 x i64] in __a and __b for greater...
static __inline__ __m256i __DEFAULT_FN_ATTRS256 _mm256_sad_epu8(__m256i __a, __m256i __b)
Computes four sum of absolute difference (SAD) operations on sets of eight unsigned 8-bit integers fr...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_adds_epi8(__m256i __a, __m256i __b)
Adds 8-bit integers from corresponding bytes of two 256-bit integer vectors using signed saturation,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_sllv_epi64(__m256i __X, __m256i __Y)
Shifts each 64-bit element of the 256-bit vector of [4 x i64] in __X left by the number of bits given...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_slli_epi16(__m256i __a, int __count)
Shifts each 16-bit element of the 256-bit vector of [16 x i16] in __a left by __count bits,...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_cmpeq_epi16(__m256i __a, __m256i __b)
Compares corresponding elements in the 256-bit vectors of [16 x i16] in __a and __b for equality and ...
static __inline__ __m256i __DEFAULT_FN_ATTRS256_CONSTEXPR _mm256_avg_epu8(__m256i __a, __m256i __b)
Computes the averages of the corresponding unsigned bytes in the two 256-bit integer vectors in __a a...
static __inline__ void int __a
__inline unsigned int unsigned int __Y