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

/external/clang/lib/Headers/
H A Dxmmintrin.h826 _mm_movelh_ps(__m128 __a, __m128 __b) function
842 __r = _mm_movelh_ps(__r, __r);
859 __r = _mm_movelh_ps(__r, __r);
896 __c = _mm_movelh_ps(__c, __c);
980 (row0) = _mm_movelh_ps(tmp0, tmp2); \
982 (row2) = _mm_movelh_ps(tmp1, tmp3); \
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dxmmintrin.h1769 _mm_movelh_ps(__m128 __a, __m128 __b) function
1785 __r = _mm_movelh_ps(__r, __r);
1802 __r = _mm_movelh_ps(__r, __r);
1839 __c = _mm_movelh_ps(__c, __c);
1923 (row0) = _mm_movelh_ps(tmp0, tmp2); \
1925 (row2) = _mm_movelh_ps(tmp1, tmp3); \

Completed in 107 milliseconds