Home | History | Annotate | Download | only in src

Lines Matching refs:_mm_blendv_ps

52 #       define _mm_blendv_ps(a, b, m) _mm_xor_ps(a, _mm_and_ps(_mm_xor_ps(b, a), m))