Searched refs:_mm_andnot_ps (Results 1 – 2 of 2) sorted by relevance
102 ef_re = _mm_andnot_ps(bigger, ef_re); in ScaleErrorSignalSSE2()103 ef_im = _mm_andnot_ps(bigger, ef_im); in ScaleErrorSignalSSE2()363 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl); in OverdriveAndSuppressSSE2()
162 _mm_andnot_ps(__m128 a, __m128 b) in _mm_andnot_ps() function