Searched refs:_mm_load_sd (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/lib/
H A Dos.h155 return _mm_cvtsd_si32(_mm_load_sd(&f));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c240 _mm_load_sd((double *)(&sig[0])));
245 _mm_load_sd((double *)(&mc_running_avg[0])));
324 _mm_load_sd((double *)(&sig[0])));
329 _mm_load_sd((double *)(&mc_running_avg[0])));
343 _mm_load_sd((double *)(&running_avg[0])));
/external/clang/test/CodeGen/
H A Dsse-builtins.c86 return _mm_load_sd(y);
/external/eigen/Eigen/src/Core/arch/SSE/
H A DPacketMath.h249 // bug 195: gcc/i386 emits weird x87 fldl/fstpl instructions for _mm_load_sd
265 res = _mm_load_sd((const double*)(from)) ;
277 res = _mm_load_sd(from) ;
289 res = _mm_load_sd((const double*)(from)) ;
298 return vec4f_swizzle1(_mm_castpd_ps(_mm_load_sd(reinterpret_cast<const double*>(from))), 0, 0, 1, 1);
/external/opencv/cxcore/include/
H A Dcxtypes.h213 __m128d t = _mm_load_sd( &value );
240 __m128d t = _mm_load_sd( &value );
255 __m128d t = _mm_load_sd( &value );
/external/clang/lib/Headers/
H A Demmintrin.h497 _mm_load_sd(double const *__dp) function

Completed in 104 milliseconds