Searched refs:_mm_shuffle_pd (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h219 dA = _mm_shuffle_pd(A2, A2, 1);
221 dA = _mm_sub_sd(dA, _mm_shuffle_pd(dA,dA,3));
223 dB = _mm_shuffle_pd(B2, B2, 1);
225 dB = _mm_sub_sd(dB, _mm_shuffle_pd(dB,dB,3));
228 AB1 = _mm_mul_pd(B1, _mm_shuffle_pd(A2,A2,3));
229 AB2 = _mm_mul_pd(B2, _mm_shuffle_pd(A1,A1,0));
230 AB1 = _mm_sub_pd(AB1, _mm_mul_pd(B2, _mm_shuffle_pd(A1,A1,3)));
231 AB2 = _mm_sub_pd(AB2, _mm_mul_pd(B1, _mm_shuffle_pd(A2,A2,0)));
234 dC = _mm_shuffle_pd(C2, C2, 1);
236 dC = _mm_sub_sd(dC, _mm_shuffle_pd(d
[all...]
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h430 return Packet1cd(_mm_div_pd(res.v, _mm_add_pd(s,_mm_shuffle_pd(s, s, 0x1))));
H A DPacketMath.h358 { return _mm_shuffle_pd(a,a,0x1); }
/external/clang/lib/Headers/
H A Demmintrin.h1398 #define _mm_shuffle_pd(a, b, i) __extension__ ({ \ macro

Completed in 322 milliseconds