Searched defs:_mm_movehl_ps (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dxmmintrin.h2578 _mm_movehl_ps(__m128 __a, __m128 __b) function
2761 __a = _mm_movehl_ps(__a, __a);
2864 (row1) = _mm_movehl_ps(tmp2, tmp0); \
2866 (row3) = _mm_movehl_ps(tmp3, tmp1); \

Completed in 80 milliseconds