Searched refs:_mm_unpacklo_pd (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h197 A1 = _mm_unpacklo_pd(A1,A2);
200 C1 = _mm_unpacklo_pd(C1,C2);
206 B1 = _mm_unpacklo_pd(B1,B2);
209 D1 = _mm_unpacklo_pd(D1,D2);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h449 return _mm_add_pd(_mm_unpacklo_pd(vecs[0], vecs[1]), _mm_unpackhi_pd(vecs[0], vecs[1]));
/external/clang/lib/Headers/
H A Demmintrin.h1387 _mm_unpacklo_pd(__m128d __a, __m128d __b) function

Completed in 247 milliseconds