Home
last modified time | relevance | path

Searched refs:set4 (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Support/BLAKE3/
HDblake3_neon.c35 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()
HDblake3_sse41.c26 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()
HDblake3_sse2.c26 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()
HDblake3_avx512.c47 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()