Searched refs:_mm256_set_epi32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 3764 _mm256_set_epi32(int __i0, int __i1, int __i2, int __i3, in _mm256_set_epi32() function 4034 return _mm256_set_epi32(__i7, __i6, __i5, __i4, __i3, __i2, __i1, __i0); in _mm256_setr_epi32() 4256 return _mm256_set_epi32(__i, __i, __i, __i, __i, __i, __i, __i); in _mm256_set1_epi32()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx2.c | 220 const __m256i add0 = _mm256_set_epi32(7, 6, 5, 4, 3, 2, 1, 0); in load_counters()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 179 const __m256i permute = _mm256_set_epi32(7, 6, 3, 2, 5, 4, 1, 0);
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 49 const __m256i permute = _mm256_set_epi32(7, 6, 3, 2, 5, 4, 1, 0);
|