Home
last modified time | relevance | path

Searched refs:_mm_unpacklo_pd (Results 1 – 6 of 6) sorted by relevance

/external/eigen/Eigen/src/LU/arch/
DInverse_SSE.h204 A1 = _mm_unpacklo_pd(A1,A2);
207 C1 = _mm_unpacklo_pd(C1,C2);
213 B1 = _mm_unpacklo_pd(B1,B2);
216 D1 = _mm_unpacklo_pd(D1,D2);
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h530 return _mm_add_pd(_mm_unpacklo_pd(vecs[0], vecs[1]), _mm_unpackhi_pd(vecs[0], vecs[1]));
779 kernel.packet[0] = _mm_unpacklo_pd(kernel.packet[0], kernel.packet[1]);
DComplex.h470 kernel.packet[0].v = _mm_castpd_ps(_mm_unpacklo_pd(w1, w2));
/external/clang/test/CodeGen/
Dsse2-builtins.c1529 return _mm_unpacklo_pd(A, B); in test_mm_unpacklo_pd()
/external/clang/lib/Headers/
Demmintrin.h2396 _mm_unpacklo_pd(__m128d __a, __m128d __b) in _mm_unpacklo_pd() function
Davx512vlintrin.h6451 (__v2df)_mm_unpacklo_pd(__A, __B), in _mm_mask_unpacklo_pd()
6459 (__v2df)_mm_unpacklo_pd(__A, __B), in _mm_maskz_unpacklo_pd()