|
clang 23.0.0git
|
Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS128 |
| #define | __DEFAULT_FN_ATTRS256 |
| #define | _mm256_dpbusd_epi32(S, A, B) |
| Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results. | |
| #define | _mm256_dpbusds_epi32(S, A, B) |
| Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results. | |
| #define | _mm256_dpwssd_epi32(S, A, B) |
| Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results. | |
| #define | _mm256_dpwssds_epi32(S, A, B) |
| Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results. | |
| #define | _mm_dpbusd_epi32(S, A, B) |
| Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results. | |
| #define | _mm_dpbusds_epi32(S, A, B) |
| Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results. | |
| #define | _mm_dpwssd_epi32(S, A, B) |
| Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results. | |
| #define | _mm_dpwssds_epi32(S, A, B) |
| Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results. | |
Functions | |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_mask_dpbusd_epi32 (__m256i __S, __mmask8 __U, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_maskz_dpbusd_epi32 (__mmask8 __U, __m256i __S, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_mask_dpbusds_epi32 (__m256i __S, __mmask8 __U, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_maskz_dpbusds_epi32 (__mmask8 __U, __m256i __S, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_mask_dpwssd_epi32 (__m256i __S, __mmask8 __U, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_maskz_dpwssd_epi32 (__mmask8 __U, __m256i __S, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_mask_dpwssds_epi32 (__m256i __S, __mmask8 __U, __m256i __A, __m256i __B) |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_maskz_dpwssds_epi32 (__mmask8 __U, __m256i __S, __m256i __A, __m256i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_mask_dpbusd_epi32 (__m128i __S, __mmask8 __U, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_maskz_dpbusd_epi32 (__mmask8 __U, __m128i __S, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_mask_dpbusds_epi32 (__m128i __S, __mmask8 __U, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_maskz_dpbusds_epi32 (__mmask8 __U, __m128i __S, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_mask_dpwssd_epi32 (__m128i __S, __mmask8 __U, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_maskz_dpwssd_epi32 (__mmask8 __U, __m128i __S, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_mask_dpwssds_epi32 (__m128i __S, __mmask8 __U, __m128i __A, __m128i __B) |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_maskz_dpwssds_epi32 (__mmask8 __U, __m128i __S, __m128i __A, __m128i __B) |
| #define __DEFAULT_FN_ATTRS128 |
Definition at line 28 of file avx512vlvnniintrin.h.
| #define __DEFAULT_FN_ATTRS256 |
Definition at line 32 of file avx512vlvnniintrin.h.
| #define _mm256_dpbusd_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results.
Sum these 4 results with the corresponding 32-bit integer in S, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPBUSD instructions.
Definition at line 55 of file avx512vlvnniintrin.h.
Referenced by _mm256_mask_dpbusd_epi32(), and _mm256_maskz_dpbusd_epi32().
| #define _mm256_dpbusds_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results.
Sum these 4 results with the corresponding 32-bit integer in S using signed saturation, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPBUSDS instructions.
Definition at line 75 of file avx512vlvnniintrin.h.
Referenced by _mm256_mask_dpbusds_epi32(), and _mm256_maskz_dpbusds_epi32().
| #define _mm256_dpwssd_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results.
Sum these 2 results with the corresponding 32-bit integer in S, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPWSSD instructions.
Definition at line 94 of file avx512vlvnniintrin.h.
Referenced by _mm256_mask_dpwssd_epi32(), and _mm256_maskz_dpwssd_epi32().
| #define _mm256_dpwssds_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results.
Sum these 2 results with the corresponding 32-bit integer in S using signed saturation, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPWSSDS instructions.
Definition at line 112 of file avx512vlvnniintrin.h.
Referenced by _mm256_mask_dpwssds_epi32(), and _mm256_maskz_dpwssds_epi32().
| #define _mm_dpbusd_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results.
Sum these 4 results with the corresponding 32-bit integer in S, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPBUSD instructions.
Definition at line 133 of file avx512vlvnniintrin.h.
Referenced by _mm_mask_dpbusd_epi32(), and _mm_maskz_dpbusd_epi32().
| #define _mm_dpbusds_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 4 adjacent pairs of unsigned 8-bit integers in A with corresponding signed 8-bit integers in B, producing 4 intermediate signed 16-bit results.
Sum these 4 results with the corresponding 32-bit integer in S using signed saturation, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPBUSDS instructions.
Definition at line 153 of file avx512vlvnniintrin.h.
Referenced by _mm_mask_dpbusds_epi32(), and _mm_maskz_dpbusds_epi32().
| #define _mm_dpwssd_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results.
Sum these 2 results with the corresponding 32-bit integer in S, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPWSSD instructions.
Definition at line 172 of file avx512vlvnniintrin.h.
Referenced by _mm_mask_dpwssd_epi32(), and _mm_maskz_dpwssd_epi32().
| #define _mm_dpwssds_epi32 | ( | S, | |
| A, | |||
| B ) |
Multiply groups of 2 adjacent pairs of signed 16-bit integers in A with corresponding 16-bit integers in B, producing 2 intermediate signed 32-bit results.
Sum these 2 results with the corresponding 32-bit integer in S using signed saturation, and store the packed 32-bit results in DST.
This intrinsic corresponds to the VPDPWSSDS instructions.
Definition at line 190 of file avx512vlvnniintrin.h.
Referenced by _mm_mask_dpwssds_epi32(), and _mm_maskz_dpwssds_epi32().
|
static |
Definition at line 194 of file avx512vlvnniintrin.h.
References _mm256_dpbusd_epi32.
|
static |
Definition at line 208 of file avx512vlvnniintrin.h.
References _mm256_dpbusds_epi32.
|
static |
Definition at line 222 of file avx512vlvnniintrin.h.
References _mm256_dpwssd_epi32.
|
static |
Definition at line 236 of file avx512vlvnniintrin.h.
References _mm256_dpwssds_epi32.
|
static |
Definition at line 201 of file avx512vlvnniintrin.h.
References _mm256_dpbusd_epi32, and _mm256_setzero_si256().
|
static |
Definition at line 214 of file avx512vlvnniintrin.h.
References __DEFAULT_FN_ATTRS256, _mm256_dpbusds_epi32, and _mm256_setzero_si256().
|
static |
Definition at line 229 of file avx512vlvnniintrin.h.
References _mm256_dpwssd_epi32, and _mm256_setzero_si256().
|
static |
Definition at line 242 of file avx512vlvnniintrin.h.
References __DEFAULT_FN_ATTRS256, _mm256_dpwssds_epi32, and _mm256_setzero_si256().
|
static |
Definition at line 250 of file avx512vlvnniintrin.h.
References _mm_dpbusd_epi32.
|
static |
Definition at line 264 of file avx512vlvnniintrin.h.
References _mm_dpbusds_epi32.
|
static |
Definition at line 278 of file avx512vlvnniintrin.h.
References _mm_dpwssd_epi32.
|
static |
Definition at line 292 of file avx512vlvnniintrin.h.
References _mm_dpwssds_epi32.
|
static |
Definition at line 257 of file avx512vlvnniintrin.h.
References _mm_dpbusd_epi32, and _mm_setzero_si128().
|
static |
Definition at line 271 of file avx512vlvnniintrin.h.
References _mm_dpbusds_epi32, and _mm_setzero_si128().
|
static |
Definition at line 285 of file avx512vlvnniintrin.h.
References _mm_dpwssd_epi32, and _mm_setzero_si128().
|
static |
Definition at line 299 of file avx512vlvnniintrin.h.
References _mm_dpwssds_epi32, and _mm_setzero_si128().