clang 20.0.0git
|
Go to the source code of this file.
Macros | |
#define | __DEFAULT_FN_ATTRS256 __attribute__((__always_inline__, __nodebug__, __target__("avxvnni"), __min_vector_width__(256))) |
#define | __DEFAULT_FN_ATTRS128 __attribute__((__always_inline__, __nodebug__, __target__("avxvnni"), __min_vector_width__(128))) |
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 __attribute__((__always_inline__, __nodebug__, __target__("avxvnni"), __min_vector_width__(128))) |
Definition at line 44 of file avxvnniintrin.h.
#define __DEFAULT_FN_ATTRS256 __attribute__((__always_inline__, __nodebug__, __target__("avxvnni"), __min_vector_width__(256))) |
Definition at line 43 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 64 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 87 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 108 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 129 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 152 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 175 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 196 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 217 of file avxvnniintrin.h.