Home
last modified time | relevance | path

Searched refs:_mm_load1_pd (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Headers/
Dpmmintrin.h87 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
Demmintrin.h469 _mm_load1_pd(double const *__dp) in _mm_load1_pd() function
478 #define _mm_load_pd1(dp) _mm_load1_pd(dp)
/external/clang/test/CodeGen/
Dsse-builtins.c74 return _mm_load1_pd(y); in test_load1_pd()