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 | 47 INLINE __m256i set1_256(uint32_t x) { return _mm256_set1_epi32((int32_t)x); } in set1_256() function 804 set1_256(key[0]), set1_256(key[1]), set1_256(key[2]), set1_256(key[3]), in blake3_hash8_avx512() 805 set1_256(key[4]), set1_256(key[5]), set1_256(key[6]), set1_256(key[7]), in blake3_hash8_avx512() 816 __m256i block_len_vec = set1_256(BLAKE3_BLOCK_LEN); in blake3_hash8_avx512() 817 __m256i block_flags_vec = set1_256(block_flags); in blake3_hash8_avx512() 824 set1_256(IV[0]), set1_256(IV[1]), set1_256(IV[2]), set1_256(IV[3]), in blake3_hash8_avx512() 863 set1_256(cv[0]), set1_256(cv[1]), set1_256(cv[2]), set1_256(cv[3]), in blake3_xof8_avx512() 864 set1_256(cv[4]), set1_256(cv[5]), set1_256(cv[6]), set1_256(cv[7]), in blake3_xof8_avx512() 870 msg_vecs[i] = set1_256(block_words[i]); in blake3_xof8_avx512() 874 __m256i block_len_vec = set1_256(block_len); in blake3_xof8_avx512() [all …]
|