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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dpmmintrin.h227 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
H A Demmintrin.h1597 _mm_load1_pd(double const *__dp) function
1606 #define _mm_load_pd1(dp) _mm_load1_pd(dp)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dpmmintrin.h102 return _mm_load1_pd (__P);
H A Demmintrin.h120 _mm_load1_pd (double const *__P) function
135 return _mm_load1_pd (__P);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h142 _mm_load1_pd (double const *__P) function
157 return _mm_load1_pd (__P);

Completed in 82 milliseconds