Searched refs:DST_CTRL (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 56 #define DST_CTRL(size, count, stride) (((size) << 24) | ((count) << 16) | (stride)) macro 341 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { vec_dstt(addr, DST_CTRL(2,… 342 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { vec_dstt(addr, DST_CTRL(2,…
|
D | Complex.h | 108 …<float> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DST_CTRL(2,2,32), DST_CHAN…
|