Searched refs:_mm512_cmp_epu32_mask (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h4651 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_EQ)
4655 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_GE)
4659 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_GT)
4663 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_LE)
4667 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_LT)
4671 _mm512_cmp_epu32_mask((A), (B), _MM_CMPINT_NE)
5000 #define _mm512_cmp_epu32_mask(a, b, p) \ macro
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_avx512.c1053 __mmask16 carry = _mm512_cmp_epu32_mask(l, add1, _MM_CMPINT_LT);

Completed in 87 milliseconds