Searched refs:_mm_movelh_ps (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h69 A = _mm_movelh_ps(_L1, _L2);
71 C = _mm_movelh_ps(_L3, _L4);
106 iD = _mm_mul_ps(_mm_shuffle_ps(C,C,0xA0), _mm_movelh_ps(AB,AB));
109 iA = _mm_mul_ps(_mm_shuffle_ps(B,B,0xA0), _mm_movelh_ps(DC,DC));
/external/clang/lib/Headers/
H A Dxmmintrin.h824 _mm_movelh_ps(__m128 __a, __m128 __b) function
840 __r = _mm_movelh_ps(__r, __r);
857 __r = _mm_movelh_ps(__r, __r);
894 __c = _mm_movelh_ps(__c, __c);
973 (row0) = _mm_movelh_ps(tmp0, tmp2); \
975 (row2) = _mm_movelh_ps(tmp1, tmp3); \
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h443 tmp0 = _mm_movelh_ps(tmp0, tmp1);
598 first = _mm_movelh_ps(first,second);
621 first = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(first),_mm_castsi128_ps(second)));
639 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
H A DComplex.h102 return Packet2cf(_mm_movelh_ps(res.v,res.v));
136 return Packet2cf(_mm_add_ps(_mm_movelh_ps(vecs[0].v,vecs[1].v), _mm_movehl_ps(vecs[1].v,vecs[0].v)));
152 first.v = _mm_movelh_ps(first.v, second.v);

Completed in 378 milliseconds