Searched refs:DST_CHAN (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 55 #define DST_CHAN 1 macro 341 …RONG_INLINE void prefetch<float>(const float* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); } 342 …RONG_INLINE void prefetch<int>(const int* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); }
|
D | Complex.h | 108 …oat> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DST_CTRL(2,2,32), DST_CHAN); }
|