Searched refs:_mm_cmp_pd (Results 1 – 4 of 4) sorted by relevance
30 return _mm_cmp_pd(a, b, 0); // expected-error {{'__builtin_ia32_cmppd' needs target feature avx}} in need_avx()
16 return _mm_cmp_pd(a, b, _CMP_GE_OS); in test_cmp_pd()
218 return _mm_cmp_pd(A, B, _CMP_GE_OS); in test_mm_cmp_pd()
1670 #define _mm_cmp_pd(a, b, c) __extension__ ({ \ macro