Searched refs:_mm_blendv_ps (Results 1 – 3 of 3) sorted by relevance
42 return _mm_blendv_ps(V1, V2, V3); in test_mm_blendv_ps()
95 _mm_blendv_ps (__m128 __V1, __m128 __V2, __m128 __M) in _mm_blendv_ps() function
52 # define _mm_blendv_ps(a, b, m) _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(b, a), m)) macro