HomeSort by relevance Sort by last modified time
    Searched refs:_mm_movehl_ps (Results 1 - 25 of 41) sorted by null

1 2

  /external/speex/libspeex/
resample_sse.h 50 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum));
68 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum));
88 sum = _mm_add_pd(sum, _mm_cvtps_pd(_mm_movehl_ps(t, t)));
92 sum = _mm_add_pd(sum, _mm_cvtps_pd(_mm_movehl_ps(t, t)));
94 sum = _mm_add_sd(sum, (__m128d) _mm_movehl_ps((__m128) sum, (__m128) sum));
108 __m128d f2 = _mm_cvtps_pd(_mm_movehl_ps(f,f));
114 sum2 = _mm_add_pd(sum2, _mm_cvtps_pd(_mm_movehl_ps(t, t)));
118 sum2 = _mm_add_pd(sum2, _mm_cvtps_pd(_mm_movehl_ps(t, t)));
123 sum = _mm_add_sd(sum, (__m128d) _mm_movehl_ps((__m128) sum, (__m128) sum));
ltp_sse.h 50 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum));
87 sum = _mm_add_ps(sum, _mm_movehl_ps(sum, sum));
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_sse.cc 52 m_sums2 = _mm_add_ps(_mm_movehl_ps(m_sums1, m_sums1), m_sums1);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.cpp 84 float4 hi0 = _mm_movehl_ps( v1, v0); // z0?0z1?1
86 float4 hi1 = _mm_movehl_ps( v3, v2); // z2?2z3?3
105 hi0 = _mm_movehl_ps( v1, v0); // z0?0z1?1
107 hi1 = _mm_movehl_ps( v3, v2); // z2?2z3?3
126 hi0 = _mm_movehl_ps( v1, v0); // z0?0z1?1
128 hi1 = _mm_movehl_ps( v3, v2); // z2?2z3?3
147 hi0 = _mm_movehl_ps( v1, v0); // z0?0z1?1
149 hi1 = _mm_movehl_ps( v3, v2); // z2?2z3?3
201 float4 hi0 = _mm_movehl_ps( v1, v0); // z0?0z1?1
203 float4 hi1 = _mm_movehl_ps( v3, v2); // z2?2z3?
    [all...]
btVector3.h 239 __m128 z = _mm_movehl_ps(vd, vd);
305 __m128 z = _mm_movehl_ps(vd, vd);
431 __m128 z = _mm_movehl_ps(V, V);
730 r = _mm_add_ps( r, _mm_movehl_ps( b2, b0 ));
    [all...]
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 70 B = _mm_movehl_ps(_L2, _L1);
72 D = _mm_movehl_ps(_L4, _L3);
90 dA = _mm_sub_ss(dA, _mm_movehl_ps(dA,dA));
93 dB = _mm_sub_ss(dB, _mm_movehl_ps(dB,dB));
97 dC = _mm_sub_ss(dC, _mm_movehl_ps(dC,dC));
100 dD = _mm_sub_ss(dD, _mm_movehl_ps(dD,dD));
107 iD = _mm_add_ps(iD,_mm_mul_ps(_mm_shuffle_ps(C,C,0xF5), _mm_movehl_ps(AB,AB)));
110 iA = _mm_add_ps(iA,_mm_mul_ps(_mm_shuffle_ps(B,B,0xF5), _mm_movehl_ps(DC,DC)));
113 d = _mm_add_ps(d, _mm_movehl_ps(d, d));
  /external/webrtc/webrtc/common_audio/
fir_filter_sse.cc 72 m_sum = _mm_add_ps(_mm_movehl_ps(m_sum, m_sum), m_sum);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 488 Packet4f tmp = _mm_add_ps(a, _mm_movehl_ps(a,a));
505 tmp2 = _mm_movehl_ps(tmp1, tmp0);
541 Packet4f tmp = _mm_mul_ps(a, _mm_movehl_ps(a,a));
561 Packet4f tmp = _mm_min_ps(a, _mm_movehl_ps(a,a));
582 Packet4f tmp = _mm_max_ps(a, _mm_movehl_ps(a,a));
660 first = _mm_movehl_ps(first,first);
683 first = _mm_castps_si128(_mm_movehl_ps(_mm_castsi128_ps(first),_mm_castsi128_ps(first)));
701 first = _mm_castps_pd(_mm_movehl_ps(_mm_castpd_ps(first),_mm_castpd_ps(first)));
Complex.h 131 return pfirst(Packet2cf(_mm_add_ps(a.v, _mm_movehl_ps(a.v,a.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)));
141 return pfirst(pmul(a, Packet2cf(_mm_movehl_ps(a.v,a.v))));
151 first.v = _mm_movehl_ps(first.v, first.v);
  /external/libopus/celt/x86/
pitch_sse.h 91 xsum1 = _mm_add_ps(xsum1, _mm_movehl_ps(xsum1, xsum1));
94 xsum2 = _mm_add_ps(xsum2, _mm_movehl_ps(xsum2, xsum2));
  /external/clang/lib/Headers/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
xmmintrin.h 1763 _mm_movehl_ps(__m128 __a, __m128 __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 818 _mm_movehl_ps(__m128 __a, __m128 __b) function
905 __a = _mm_movehl_ps(__a, __a);
974 (row1) = _mm_movehl_ps(tmp2, tmp0); \
976 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 817 _mm_movehl_ps(__m128 __a, __m128 __b) function
904 __a = _mm_movehl_ps(__a, __a);
973 (row1) = _mm_movehl_ps(tmp2, tmp0); \
975 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 817 _mm_movehl_ps(__m128 __a, __m128 __b) function
904 __a = _mm_movehl_ps(__a, __a);
973 (row1) = _mm_movehl_ps(tmp2, tmp0); \
975 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 818 _mm_movehl_ps(__m128 __a, __m128 __b) function
905 __a = _mm_movehl_ps(__a, __a);
974 (row1) = _mm_movehl_ps(tmp2, tmp0); \
976 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
xmmintrin.h 808 _mm_movehl_ps(__m128 __a, __m128 __b) function
895 __a = _mm_movehl_ps(__a, __a);
964 (row1) = _mm_movehl_ps(tmp2, tmp0); \
966 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
xmmintrin.h 808 _mm_movehl_ps(__m128 __a, __m128 __b) function
895 __a = _mm_movehl_ps(__a, __a);
964 (row1) = _mm_movehl_ps(tmp2, tmp0); \
966 (row3) = _mm_movehl_ps(tmp3, tmp1); \
  /prebuilts/sdk/renderscript/clang-include/
xmmintrin.h 820 _mm_movehl_ps(__m128 __a, __m128 __b) function
907 __a = _mm_movehl_ps(__a, __a);
981 (row1) = _mm_movehl_ps(tmp2, tmp0); \
983 (row3) = _mm_movehl_ps(tmp3, tmp1); \

Completed in 268 milliseconds

1 2