Searched refs:_mm_castsi128_pd (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Demmintrin_compat.h49 _mm_castsi128_pd(__m128i __A) function
/external/libvpx/libvpx/vpx_ports/
H A Demmintrin_compat.h49 _mm_castsi128_pd(__m128i __A) function
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c242 _mm_loadh_pd(_mm_castsi128_pd(v_sig_low),
247 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low),
283 _mm_castsi128_pd(v_running_avg));
285 _mm_castsi128_pd(v_running_avg));
326 _mm_loadh_pd(_mm_castsi128_pd(v_sig_low),
331 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low),
345 _mm_loadh_pd(_mm_castsi128_pd(v_running_avg_low),
354 _mm_castsi128_pd(v_running_avg));
356 _mm_castsi128_pd(v_running_avg));
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h64 const Packet2d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h279 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
291 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
363 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
381 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
399 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
H A DPacketMath.h40 (_mm_castsi128_pd(_mm_shuffle_epi32( _mm_castpd_si128(v), ((q*2+1)<<6|(q*2)<<4|(p*2+1)<<2|(p*2)))))
137 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0x0,0x80000000,0x0,0x80000000));
319 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE pstoreu(reinterpret_cast<double*>(to), _mm_castsi128_pd(from)); }
370 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0xFFFFFFFF,0x7FFFFFFF,0xFFFFFFFF,0x7FFFFFFF));
580 first = _mm_castsi128_pd(_mm_alignr_epi8(_mm_castpd_si128(second), _mm_castpd_si128(first), 8));
H A DMathFunctions.h242 return pmul(x, _mm_castsi128_pd(emm0));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1430 _mm_castsi128_pd(x6)); // 00 10 20 30 40 50 60 70
1432 _mm_castsi128_pd(x6)); // 01 11 21 31 41 51 61 71
1434 _mm_castsi128_pd(x7)); // 02 12 22 32 42 52 62 72
1436 _mm_castsi128_pd(x7)); // 03 13 23 33 43 53 63 73
1448 _mm_castsi128_pd(x6)); // 04 14 24 34 44 54 64 74
1450 _mm_castsi128_pd(x6)); // 05 15 25 35 45 55 65 75
1452 _mm_castsi128_pd(x7)); // 06 16 26 36 46 56 66 76
1454 _mm_castsi128_pd(x7)); // 07 17 27 37 47 57 67 77
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h172 const __m128d _Sign_NP = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
173 const __m128d _Sign_PN = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1568 _mm_castsi128_pd(x6)); // 00 10 20 30 40 50 60 70
1570 _mm_castsi128_pd(x6)); // 01 11 21 31 41 51 61 71
1572 _mm_castsi128_pd(x7)); // 02 12 22 32 42 52 62 72
1574 _mm_castsi128_pd(x7)); // 03 13 23 33 43 53 63 73
1586 _mm_castsi128_pd(x6)); // 04 14 24 34 44 54 64 74
1588 _mm_castsi128_pd(x6)); // 05 15 25 35 45 55 65 75
1590 _mm_castsi128_pd(x7)); // 06 16 26 36 46 56 66 76
1592 _mm_castsi128_pd(x7)); // 07 17 27 37 47 57 67 77
/external/clang/lib/Headers/
H A Demmintrin.h1436 _mm_castsi128_pd(__m128i __a) function

Completed in 1440 milliseconds