HomeSort by relevance Sort by last modified time
    Searched full:vec_dstt (Results 1 - 8 of 8) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
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); }
PacketMath.h 338 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { vec_dstt(addr, DST_CTRL(2,2,32), DST_CHAN); }
339 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { vec_dstt(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
testVMX.c     [all...]
  /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/lib/Headers/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 437 /* vec_dstt */
438 vec_dstt(&vf, 0, 0); // CHECK: @llvm.ppc.altivec.dstt
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 1666 vec_dstt(const void *__a, int __b, int __c) function
    [all...]

Completed in 1229 milliseconds