Searched refs:_mm_cmp_ss (Results 1 – 4 of 4) sorted by relevance
24 return _mm_cmp_ss(a, b, 0); // expected-error {{'__builtin_ia32_cmpss' needs target feature avx}} in need_avx()
46 return _mm_cmp_ss(a, b, _CMP_GE_OS); in test_cmp_ss()
248 return _mm_cmp_ss(A, B, _CMP_GE_OS); in test_mm_cmp_ss()
1848 #define _mm_cmp_ss(a, b, c) __extension__ ({ \ macro