Searched refs:_mm_cmp_sd (Results 1 – 4 of 4) sorted by relevance
36 return _mm_cmp_sd(a, b, 0); // expected-error {{'__builtin_ia32_cmpsd' needs target feature avx}} in need_avx()
40 return _mm_cmp_sd(a, b, _CMP_GE_OS); in test_cmp_sd()
242 return _mm_cmp_sd(A, B, _CMP_GE_OS); in test_mm_cmp_sd()
1813 #define _mm_cmp_sd(a, b, c) __extension__ ({ \ macro