Home
last modified time | relevance | path

Searched refs:_mm_movehl_ps (Results 1 – 10 of 10) sorted by relevance

/external/speex/libspeexdsp/
Dresample_sse.h50 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum)); in inner_product_single()
68 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum)); in interpolate_product_single()
88 sum = _mm_add_pd(sum, _mm_cvtps_pd(_mm_movehl_ps(t, t))); in inner_product_double()
92 sum = _mm_add_pd(sum, _mm_cvtps_pd(_mm_movehl_ps(t, t))); in inner_product_double()
108 __m128d f2 = _mm_cvtps_pd(_mm_movehl_ps(f,f)); in interpolate_product_double()
114 sum2 = _mm_add_pd(sum2, _mm_cvtps_pd(_mm_movehl_ps(t, t))); in interpolate_product_double()
118 sum2 = _mm_add_pd(sum2, _mm_cvtps_pd(_mm_movehl_ps(t, t))); in interpolate_product_double()
/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h72 B = _mm_movehl_ps(_L2, _L1);
74 D = _mm_movehl_ps(_L4, _L3);
92 dA = _mm_sub_ss(dA, _mm_movehl_ps(dA,dA));
95 dB = _mm_sub_ss(dB, _mm_movehl_ps(dB,dB));
99 dC = _mm_sub_ss(dC, _mm_movehl_ps(dC,dC));
102 dD = _mm_sub_ss(dD, _mm_movehl_ps(dD,dD));
109 iD = _mm_add_ps(iD,_mm_mul_ps(_mm_shuffle_ps(C,C,0xF5), _mm_movehl_ps(AB,AB)));
112 iA = _mm_add_ps(iA,_mm_mul_ps(_mm_shuffle_ps(B,B,0xF5), _mm_movehl_ps(DC,DC)));
115 d = _mm_add_ps(d, _mm_movehl_ps(d, d));
/external/libopus/celt/x86/
Dpitch_sse.c95 xsum1 = _mm_add_ps(xsum1, _mm_movehl_ps(xsum1, xsum1)); in dual_inner_prod_sse()
98 xsum2 = _mm_add_ps(xsum2, _mm_movehl_ps(xsum2, xsum2)); in dual_inner_prod_sse()
123 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum)); in celt_inner_prod_sse()
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h523 tmp2 = _mm_movehl_ps(tmp1, tmp0);
542 Packet4f tmp = _mm_add_ps(a, _mm_movehl_ps(a,a));
594 Packet4f tmp = _mm_mul_ps(a, _mm_movehl_ps(a,a));
614 Packet4f tmp = _mm_min_ps(a, _mm_movehl_ps(a,a));
640 Packet4f tmp = _mm_max_ps(a, _mm_movehl_ps(a,a));
723 first = _mm_movehl_ps(first,first);
746 first = _mm_castps_si128(_mm_movehl_ps(_mm_castsi128_ps(first),_mm_castsi128_ps(first)));
764 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
DComplex.h152 return pfirst(Packet2cf(_mm_add_ps(a.v, _mm_movehl_ps(a.v,a.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)…
162 return pfirst(pmul(a, Packet2cf(_mm_movehl_ps(a.v,a.v))));
172 first.v = _mm_movehl_ps(first.v, first.v);
/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_sse.cc52 m_sums2 = _mm_add_ps(_mm_movehl_ps(m_sums1, m_sums1), m_sums1); in Convolve_SSE()
/external/webrtc/webrtc/common_audio/
Dfir_filter_sse.cc72 m_sum = _mm_add_ps(_mm_movehl_ps(m_sum, m_sum), m_sum); in Filter()
/external/clang/lib/Headers/
Dxmmintrin.h2578 _mm_movehl_ps(__m128 __a, __m128 __b) in _mm_movehl_ps() function
2761 __a = _mm_movehl_ps(__a, __a); in _mm_cvtps_pi16()
2864 (row1) = _mm_movehl_ps(tmp2, tmp0); \
2866 (row3) = _mm_movehl_ps(tmp3, tmp1); \
/external/clang/test/CodeGen/
Dsse-builtins.c465 return _mm_movehl_ps(A, B); in test_mm_movehl_ps()
/external/neon_2_sse/
DNEON_2_SSE.h10068 v.val[1] = _mm_movehl_ps(tmp3,v.val[1]); //a1,b0, b3,c2
10069 v.val[2] = _mm_movehl_ps(tmp2,tmp0); //a2,b1, c0,c3
10317 v.val[1] = _mm_movehl_ps(tmp2, tmp0);
10319 v.val[3] = _mm_movehl_ps(tmp3, tmp1);
11311 v.val[2] = _mm_movehl_ps(val->val[2],tmp1); //a3,b3, c2,c3
11513 v.val[1] = _mm_movehl_ps(tmp2, tmp0);
11515 v.val[3] = _mm_movehl_ps(tmp3, tmp1);