Searched refs:_mm_cmp_ps (Results 1 – 4 of 4) sorted by relevance
18 return _mm_cmp_ps(a, b, 0); // expected-error {{'__builtin_ia32_cmpps' needs target feature avx}} in need_avx()
22 return _mm_cmp_ps(a, b, _CMP_GE_OS); in test_cmp_ps()
230 return _mm_cmp_ps(A, B, _CMP_GE_OS); in test_mm_cmp_ps()
1706 #define _mm_cmp_ps(a, b, c) __extension__ ({ \ macro