Searched refs:_mm_cmpistrm (Results 1 – 2 of 2) sorted by relevance
64 return _mm_cmpistrm(A, B, 7); in test_mm_cmpistrm()
395 #define _mm_cmpistrm(A, B, M) __builtin_ia32_pcmpistrm128((A), (B), (M)) macro