Searched refs:set1_512 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| H A D | blake3_avx512.c | 49 INLINE __m512i set1_512(uint32_t x) { return _mm512_set1_epi32((int32_t)x); } in set1_512() function 1175 set1_512(key[0]), set1_512(key[1]), set1_512(key[2]), set1_512(key[3]), in blake3_hash16_avx512() 1176 set1_512(key[4]), set1_512(key[5]), set1_512(key[6]), set1_512(key[7]), in blake3_hash16_avx512() 1187 __m512i block_len_vec = set1_512(BLAKE3_BLOCK_LEN); in blake3_hash16_avx512() 1188 __m512i block_flags_vec = set1_512(block_flags); in blake3_hash16_avx512() 1195 set1_512(IV[0]), set1_512(IV[1]), set1_512(IV[2]), set1_512(IV[3]), in blake3_hash16_avx512() 1223 set1_512(0), set1_512(0), set1_512(0), set1_512(0), in blake3_hash16_avx512() 1224 set1_512(0), set1_512(0), set1_512(0), set1_512(0), in blake3_hash16_avx512() 1251 set1_512(cv[0]), set1_512(cv[1]), set1_512(cv[2]), set1_512(cv[3]), in blake3_xof16_avx512() 1252 set1_512(cv[4]), set1_512(cv[5]), set1_512(cv[6]), set1_512(cv[7]), in blake3_xof16_avx512() [all …]
|