Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dintrinsics_port.h25 #define _mm_load_pd1 _mm_load1_pd
/external/clang/lib/Headers/
Dpmmintrin.h240 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
Demmintrin.h481 _mm_load1_pd(double const *__dp) in _mm_load1_pd() function
490 #define _mm_load_pd1(dp) _mm_load1_pd(dp)
/external/clang/test/CodeGen/
Dsse2-builtins.c658 return _mm_load1_pd(A); in test_mm_load1_pd()