Searched refs:_mm_movelh_ps (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/LU/arch/ |
D | Inverse_SSE.h | 69 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/ |
D | xmmintrin.h | 824 _mm_movelh_ps(__m128 __a, __m128 __b) in _mm_movelh_ps() function 840 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpi16_ps() 857 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpu16_ps() 894 __c = _mm_movelh_ps(__c, __c); in _mm_cvtpi32x2_ps() 973 (row0) = _mm_movelh_ps(tmp0, tmp2); \ 975 (row2) = _mm_movelh_ps(tmp1, tmp3); \
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | PacketMath.h | 443 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)));
|
D | Complex.h | 102 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);
|