|
clang 23.0.0git
|
Go to the source code of this file.
Macros | |
| #define | __DEFAULT_FN_ATTRS256 |
| #define | __DEFAULT_FN_ATTRS128 |
Functions | |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_dpbusd_avx_epi32 (__m256i __S, __m256i __A, __m256i __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. | |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_dpbusds_avx_epi32 (__m256i __S, __m256i __A, __m256i __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. | |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_dpwssd_avx_epi32 (__m256i __S, __m256i __A, __m256i __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. | |
| static __inline__ __m256i __DEFAULT_FN_ATTRS256 | _mm256_dpwssds_avx_epi32 (__m256i __S, __m256i __A, __m256i __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. | |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_dpbusd_avx_epi32 (__m128i __S, __m128i __A, __m128i __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. | |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_dpbusds_avx_epi32 (__m128i __S, __m128i __A, __m128i __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. | |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_dpwssd_avx_epi32 (__m128i __S, __m128i __A, __m128i __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. | |
| static __inline__ __m128i __DEFAULT_FN_ATTRS128 | _mm_dpwssds_avx_epi32 (__m128i __S, __m128i __A, __m128i __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 __DEFAULT_FN_ATTRS128 |
Definition at line 54 of file avxvnniintrin.h.
| #define __DEFAULT_FN_ATTRS256 |
Definition at line 51 of file avxvnniintrin.h.
|
static |
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 77 of file avxvnniintrin.h.
|
static |
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 100 of file avxvnniintrin.h.
|
static |
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 121 of file avxvnniintrin.h.
|
static |
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 142 of file avxvnniintrin.h.
|
static |
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 165 of file avxvnniintrin.h.
|
static |
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 188 of file avxvnniintrin.h.
|
static |
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 209 of file avxvnniintrin.h.
|
static |
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 230 of file avxvnniintrin.h.