Searched refs:_mm256_blend_pd (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/arch/AVX/ |
D | PacketMath.h | 393 return _mm256_blend_pd(tmp0, tmp1, 0xC); 517 first = _mm256_blend_pd(first, second, 1); 520 first = _mm256_blend_pd(tmp, first, 0xA); 524 first = _mm256_blend_pd(first, second, 3); 529 first = _mm256_blend_pd(first, second, 7); 532 first = _mm256_blend_pd(tmp, first, 5); 616 return _mm256_blend_pd(a,pset1<Packet4d>(b),1); 626 return _mm256_blend_pd(a,pset1<Packet4d>(b),(1<<3));
|
D | Complex.h | 466 return Packet2cd(_mm256_blend_pd(a.v,pset1<Packet2cd>(b).v,1|2)); 476 return Packet2cd(_mm256_blend_pd(a.v,pset1<Packet2cd>(b).v,(1<<3)|(1<<2)));
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 846 __m256d final_0 = _mm256_blend_pd(tmp0, tmp1, 0xC); 854 final_0 = padd(final_0, _mm256_blend_pd(tmp0, tmp1, 0xC)); 862 __m256d final_1 = _mm256_blend_pd(tmp0, tmp1, 0xC); 870 final_1 = padd(final_1, _mm256_blend_pd(tmp0, tmp1, 0xC));
|
/external/clang/test/CodeGen/ |
D | avx-builtins.c | 64 return _mm256_blend_pd(A, B, 0x35); in test_mm256_blend_pd()
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 1354 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ macro
|