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

/external/libvpx/libvpx/vpx_ports/
H A Demmintrin_compat.h50 _mm_castsi128_pd(__m128i __A) { function
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c239 _mm_castsi128_pd(v_sig_low), (double *)(&sig[sig_stride])));
243 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low),
278 _mm_storel_pd((double *)&running_avg[0], _mm_castsi128_pd(v_running_avg));
280 _mm_castsi128_pd(v_running_avg));
321 _mm_castsi128_pd(v_sig_low), (double *)(&sig[sig_stride])));
325 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low),
338 _mm_loadh_pd(_mm_castsi128_pd(v_running_avg_low),
347 _mm_castsi128_pd(v_running_avg));
349 _mm_castsi128_pd(v_running_avg));
/external/eigen/Eigen/src/Core/arch/SSE/
H A DComplex.h306 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
317 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
389 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
407 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
425 const __m128d mask = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
H A DPacketMath.h71 (_mm_castsi128_pd(_mm_shuffle_epi32( _mm_castpd_si128(v), ((q*2+1)<<6|(q*2)<<4|(p*2+1)<<2|(p*2)))))
213 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0x0,0x80000000,0x0,0x80000000));
449 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0xFFFFFFFF,0x7FFFFFFF,0xFFFFFFFF,0x7FFFFFFF));
706 first = _mm_castsi128_pd(_mm_alignr_epi8(_mm_castpd_si128(second), _mm_castpd_si128(first), 8));
860 const Packet2d mask = _mm_castsi128_pd(_mm_setr_epi32(0x0,0x0,0xFFFFFFFF,0xFFFFFFFF));
H A DMathFunctions.h242 return pmax(pmul(x, Packet2d(_mm_castsi128_pd(emm0))), _x);
/external/eigen/Eigen/src/Geometry/arch/
H A DGeometry_SSE.h76 const Packet2d mask = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
/external/eigen/Eigen/src/LU/arch/
H A DInverse_SSE.h179 const __m128d _Sign_NP = _mm_castsi128_pd(_mm_set_epi32(0x0,0x0,0x80000000,0x0));
180 const __m128d _Sign_PN = _mm_castsi128_pd(_mm_set_epi32(0x80000000,0x0,0x0,0x0));
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c1630 _mm_castsi128_pd(x6)); // 00 10 20 30 40 50 60 70
1632 _mm_castsi128_pd(x6)); // 01 11 21 31 41 51 61 71
1636 _mm_castsi128_pd(x7)); // 02 12 22 32 42 52 62 72
1638 _mm_castsi128_pd(x7)); // 03 13 23 33 43 53 63 73
1647 _mm_castsi128_pd(x6)); // 04 14 24 34 44 54 64 74
1649 _mm_castsi128_pd(x6)); // 05 15 25 35 45 55 65 75
1654 _mm_castsi128_pd(x7)); // 06 16 26 36 46 56 66 76
1656 _mm_castsi128_pd(x7)); // 07 17 27 37 47 57 67 77
/external/clang/test/CodeGen/
H A Dsse2-builtins.c151 return _mm_castsi128_pd(A);
/external/clang/lib/Headers/
H A Demmintrin.h2443 _mm_castsi128_pd(__m128i __a) function

Completed in 312 milliseconds