Searched refs:_mm_loadh_pd (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | denoising_sse2.c | 238 const __m128i v_sig = _mm_castpd_si128(_mm_loadh_pd( in vp8_denoiser_filter_uv_sse2() 243 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low), in vp8_denoiser_filter_uv_sse2() 320 const __m128i v_sig = _mm_castpd_si128(_mm_loadh_pd( in vp8_denoiser_filter_uv_sse2() 325 _mm_loadh_pd(_mm_castsi128_pd(v_mc_running_avg_low), in vp8_denoiser_filter_uv_sse2() 338 _mm_loadh_pd(_mm_castsi128_pd(v_running_avg_low), in vp8_denoiser_filter_uv_sse2()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | sum_squares_sse2.c | 22 return _mm_castpd_si128(_mm_loadh_pd(ad, (double *)b)); in xx_loadh_64()
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc-emmintrin.c | 1350 resd = _mm_loadh_pd(md1, dp); in test_load()
|
/external/clang/test/CodeGen/ |
D | sse2-builtins.c | 665 return _mm_loadh_pd(x, y); in test_mm_loadh_pd()
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | sse2-builtins.c | 670 return _mm_loadh_pd(x, y); in test_mm_loadh_pd()
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 394 if (tail > 1) { _01 = _mm_loadh_pd(_01, src+1); } 396 if (tail > 3) { _23 = _mm_loadh_pd(_23, src+3); } 398 if (tail > 5) { _45 = _mm_loadh_pd(_45, src+5); } 599 if (tail > 1) { _01 = _mm_loadh_pd(_01, src + 1); } // r0 g0 b0 a0 r1 g1 b1 a1
|
/external/llvm-project/clang/lib/Headers/ |
D | emmintrin.h | 1751 _mm_loadh_pd(__m128d __a, double const *__dp) in _mm_loadh_pd() function
|
/external/clang/lib/Headers/ |
D | emmintrin.h | 529 _mm_loadh_pd(__m128d __a, double const *__dp) in _mm_loadh_pd() function
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 499 if (tail > 1) { _01 = _mm_loadh_pd(_01, src+1); } 501 if (tail > 3) { _23 = _mm_loadh_pd(_23, src+3); } 503 if (tail > 5) { _45 = _mm_loadh_pd(_45, src+5); } 810 if (tail > 1) { _01 = _mm_loadh_pd(_01, src + 1); } // r0 g0 b0 a0 r1 g1 b1 a1
|
/external/llvm-project/clang/lib/Headers/ppc_wrappers/ |
D | emmintrin.h | 1186 _mm_loadh_pd (__m128d __A, double const *__B) in _mm_loadh_pd() function
|
/external/pffft/ |
D | sse2neon.h | 4705 FORCE_INLINE __m128d _mm_loadh_pd(__m128d a, const double *p) in _mm_loadh_pd() function
|