HomeSort by relevance Sort by last modified time
    Searched refs:vec_dstt (Results 1 - 13 of 13) 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/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 95 Function vec_dstt [Vector Data Stream Touch Transient] not checked
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 768 vec_dstt(src+scalar_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_SRC);
783 vec_dstt(src+vector_dst_lead, DST_CTRL(2,32,1024), DST_CHAN_SRC);
    [all...]
  /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...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 1669 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 1669 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 1669 vec_dstt(const void *__a, int __b, int __c) function
    [all...]

Completed in 116 milliseconds