Home
last modified time | relevance | path

Searched defs:xor_128 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c29 INLINE uint32x4_t xor_128(uint32x4_t a, uint32x4_t b) { in xor_128() function
H A Dblake3_avx512.c35 INLINE __m128i xor_128(__m128i a, __m128i b) { return _mm_xor_si128(a, b); } in xor_128() function