Searched refs:_mm_movelh_ps (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/LU/arch/ |
D | Inverse_SSE.h | 71 A = _mm_movelh_ps(_L1, _L2); 73 C = _mm_movelh_ps(_L3, _L4); 108 iD = _mm_mul_ps(_mm_shuffle_ps(C,C,0xA0), _mm_movelh_ps(AB,AB)); 111 iA = _mm_mul_ps(_mm_shuffle_ps(B,B,0xA0), _mm_movelh_ps(DC,DC));
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 2599 _mm_movelh_ps(__m128 __a, __m128 __b) in _mm_movelh_ps() function 2627 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpi16_ps() 2656 __r = _mm_movelh_ps(__r, __r); in _mm_cvtpu16_ps() 2734 __c = _mm_movelh_ps(__c, __c); in _mm_cvtpi32x2_ps() 2863 (row0) = _mm_movelh_ps(tmp0, tmp2); \ 2865 (row2) = _mm_movelh_ps(tmp1, tmp3); \
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | Complex.h | 108 return Packet2cf(_mm_movelh_ps(res.v,res.v)); 157 …return Packet2cf(_mm_add_ps(_mm_movelh_ps(vecs[0].v,vecs[1].v), _mm_movehl_ps(vecs[1].v,vecs[0].v)… 173 first.v = _mm_movelh_ps(first.v, second.v);
|
D | PacketMath.h | 524 tmp0 = _mm_movelh_ps(tmp0, tmp1); 724 first = _mm_movelh_ps(first,second); 747 first = _mm_castps_si128(_mm_movelh_ps(_mm_castsi128_ps(first),_mm_castsi128_ps(second))); 765 first = _mm_castps_pd(_mm_movelh_ps(_mm_castpd_ps(first),_mm_castpd_ps(second)));
|
/external/clang/test/CodeGen/ |
D | sse-builtins.c | 471 return _mm_movelh_ps(A, B); in test_mm_movelh_ps()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 1026 vxy1xy0 = _mm_movelh_ps(v1r, vxy0xy2); in calc_fixed_position()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 10065 v.val[0] = _mm_movelh_ps(tmp0,tmp3); //a0,a3,b2,c1 10316 v.val[0] = _mm_movelh_ps(tmp0, tmp2); 10318 v.val[2] = _mm_movelh_ps(tmp1, tmp3); 11512 v.val[0] = _mm_movelh_ps(tmp0, tmp2); 11514 v.val[2] = _mm_movelh_ps(tmp1, tmp3);
|