Searched refs:_mm_load1_pd (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Headers/
H A Dpmmintrin.h86 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
H A Demmintrin.h474 _mm_load1_pd(double const *__dp) function
483 #define _mm_load_pd1(dp) _mm_load1_pd(dp)
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dpmmintrin.h240 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
H A Demmintrin.h474 _mm_load1_pd(double const *__dp) function
483 #define _mm_load_pd1(dp) _mm_load1_pd(dp)
/external/clang/test/CodeGen/
H A Dsse-builtins.c74 return _mm_load1_pd(y);
H A Dsse2-builtins.c533 return _mm_load1_pd(A);
/external/opencv3/modules/core/src/
H A Dlapack.cpp910 __m128d det = _mm_load1_pd((const double*)&d);
914 __m128d pattern = _mm_load1_pd((double*)inv);

Completed in 544 milliseconds