Searched refs:set1_256 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_avx512.c | 43 INLINE __m256i set1_256(uint32_t x) { return _mm256_set1_epi32((int32_t)x); } in set1_256() function 752 set1_256(key[0]), set1_256(key[1]), set1_256(key[2]), set1_256(key[3]), in blake3_hash8_avx512() 753 set1_256(key[4]), set1_256(key[5]), set1_256(key[6]), set1_256(key[7]), in blake3_hash8_avx512() 764 __m256i block_len_vec = set1_256(BLAKE3_BLOCK_LEN); in blake3_hash8_avx512() 765 __m256i block_flags_vec = set1_256(block_flags); in blake3_hash8_avx512() 772 set1_256(IV[0]), set1_256(IV[1]), set1_256(IV[2]), set1_256(IV[3]), in blake3_hash8_avx512()
|