Searched refs:_mm256_set_epi64x (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2b-compress-avx2.h | 129 XOR(LOAD(&blake2b_IV[4]), _mm256_set_epi64x(f1, f0, t1, t0)); \
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 177 const __m256i addv12 = _mm256_set_epi64x(3, 2, 1, 0); 178 const __m256i addv13 = _mm256_set_epi64x(7, 6, 5, 4);
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/ |
H A D | u8.h | 47 const __m256i addv8 = _mm256_set_epi64x(3, 2, 1, 0); 48 const __m256i addv9 = _mm256_set_epi64x(7, 6, 5, 4);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | avxintrin.h | 3930 _mm256_set_epi64x(long long __a, long long __b, long long __c, long long __d) in _mm256_set_epi64x() function 4199 return _mm256_set_epi64x(__d, __c, __b, __a); in _mm256_setr_epi64x() 4313 return _mm256_set_epi64x(__q, __q, __q, __q); in _mm256_set1_epi64x()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3917 …{ __m256i const seed = _mm256_set_epi64x((xxh_i64)(0U - seed64), (xxh_i64)seed64, (xxh_i64)(0U -… in XXH3_initCustomSecret_avx2()
|