OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_dstt
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/arch/AltiVec/
PacketMath.h
341
template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) {
vec_dstt
(addr, DST_CTRL(2,2,32), DST_CHAN); }
342
template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) {
vec_dstt
(addr, DST_CTRL(2,2,32), DST_CHAN); }
Complex.h
108
template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) {
vec_dstt
((float *)addr, DST_CTRL(2,2,32), DST_CHAN); }
/external/clang/test/CodeGen/
builtins-ppc-altivec.c
1109
/*
vec_dstt
*/
1110
vec_dstt
(&vf, 0, 0);
[
all
...]
/external/clang/lib/Headers/
altivec.h
1669
vec_dstt
(const void *__a, int __b, int __c)
function
[
all
...]
Completed in 377 milliseconds