Home
last modified time | relevance | path

Searched refs:_mm_load_sd (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/util/
Drounding.h83 __m128d m = _mm_load_sd(&x); in _mesa_roundeven()
121 return _mm_cvtsd_si64(_mm_load_sd(&x)); in _mesa_lroundeven()
123 return _mm_cvtsd_si32(_mm_load_sd(&x)); in _mesa_lroundeven()
/external/libvpx/libvpx/vp8/encoder/x86/
Ddenoising_sse2.c237 _mm_castpd_si128(_mm_load_sd((double *)(&sig[0]))); in vp8_denoiser_filter_uv_sse2()
241 _mm_castpd_si128(_mm_load_sd((double *)(&mc_running_avg[0]))); in vp8_denoiser_filter_uv_sse2()
319 _mm_castpd_si128(_mm_load_sd((double *)(&sig[0]))); in vp8_denoiser_filter_uv_sse2()
323 _mm_castpd_si128(_mm_load_sd((double *)(&mc_running_avg[0]))); in vp8_denoiser_filter_uv_sse2()
336 _mm_castpd_si128(_mm_load_sd((double *)(&running_avg[0]))); in vp8_denoiser_filter_uv_sse2()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c1023 v0r = _mm_castpd_ps(_mm_load_sd((double *)v0[0])); in calc_fixed_position()
1025 v1r = _mm_castpd_ps(_mm_load_sd((double *)v1[0])); in calc_fixed_position()
/external/eigen/Eigen/src/Core/arch/SSE/
DPacketMath.h347 …return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, …
841 return _mm_move_sd(a, _mm_load_sd(&b));
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h84 __m128 vLo = _mm_castpd_ps(_mm_load_sd((double*)pSrc));
199 __m128 vLo = _mm_castpd_ps(_mm_load_sd((double*)pSrc));
/external/clang/test/CodeGen/
Dsse2-builtins.c644 return _mm_load_sd(A); in test_mm_load_sd()
/external/clang/lib/Headers/
Demmintrin.h519 _mm_load_sd(double const *__dp) in _mm_load_sd() function