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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Davx512fintrin.h4683 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_EQ)
4687 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_GE)
4691 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_GT)
4695 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_LE)
4699 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_LT)
4703 _mm512_cmp_epu64_mask((A), (B), _MM_CMPINT_NE)
4992 #define _mm512_cmp_epu64_mask(a, b, p) \ macro

Completed in 137 milliseconds