Searched refs:set4 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
| HD | blake3_neon.c | 35 INLINE uint32x4_t set4(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in set4() function 225 *out_low = set4( in load_counters4() 228 *out_high = set4( in load_counters4()
|
| HD | blake3_sse41.c | 26 INLINE __m128i set4(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in set4() function 88 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre() 89 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
|
| HD | blake3_sse2.c | 26 INLINE __m128i set4(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in set4() function 94 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre() 95 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
|
| HD | blake3_avx512.c | 47 INLINE __m128i set4(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in set4() function 121 rows[2] = set4(IV[0], IV[1], IV[2], IV[3]); in compress_pre() 122 rows[3] = set4(counter_low(counter), counter_high(counter), in compress_pre()
|