Searched refs:__pld (Results 1 – 2 of 2) sorted by relevance
52 #ifndef __pld53 #define __pld(x) asm volatile ( " pld [%[addr]]\n" :: [addr] "r" (x) : "cc" ); macro212 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { __pld(addr); }213 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { __pld(addr); }
113 …E void prefetch<std::complex<float> >(const std::complex<float> * addr) { __pld((float *)addr); }