Searched refs:vec_dstt (Results 1 – 5 of 5) sorted by relevance
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,…
108 …id prefetch<std::complex<float> >(const std::complex<float> * addr) { vec_dstt((float *)addr, DS…
95 Function vec_dstt [Vector Data Stream Touch Transient] not checked
1183 vec_dstt(&vf, 0, 0); in test6()
2042 vec_dstt(const void *__a, int __b, int __c) { in vec_dstt() function