Home
last modified time | relevance | path

Searched refs:_mm256_set_epi32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davxintrin.h3750 _mm256_set_epi32(int __i0, int __i1, int __i2, int __i3, in _mm256_set_epi32() function
4020 return _mm256_set_epi32(__i7, __i6, __i5, __i4, __i3, __i2, __i1, __i0); in _mm256_setr_epi32()
4242 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 Dblake3_avx2.c220 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 Du8.h179 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 Du8.h49 const __m256i permute = _mm256_set_epi32(7, 6, 3, 2, 5, 4, 1, 0);