HomeSort by relevance Sort by last modified time
    Searched full:_mm_prefetch (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/libavc/common/x86/
ih264_platform_macros.h 101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
  /external/libhevc/common/x86/
ihevc_platform_macros.h 167 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
  /external/skia/include/core/
SkPostConfig.h 291 #define SK_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
292 #define SK_WRITE_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
  /external/skqp/include/core/
SkPostConfig.h 291 #define SK_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
292 #define SK_WRITE_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 311 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
312 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
313 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 413 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
414 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
415 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
    [all...]
Complex.h 131 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
343 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<double> >(const std::complex<double> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
xmmintrin.h 36 /* Constants for use with _mm_prefetch. */
52 _mm_prefetch (const void *__P, enum _mm_hint __I) function
57 #define _mm_prefetch(P, I) \ macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
xmmintrin.h 51 /* Constants for use with _mm_prefetch. */
1190 _mm_prefetch (const void *__P, enum _mm_hint __I) function
1195 #define _mm_prefetch macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
xmmintrin.h 51 /* Constants for use with _mm_prefetch. */
1190 _mm_prefetch (const void *__P, enum _mm_hint __I) function
1195 #define _mm_prefetch macro
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
xmmintrin.h 36 /* Constants for use with _mm_prefetch. */
52 _mm_prefetch (const void *__P, enum _mm_hint __I) function
57 #define _mm_prefetch(P, I) \ macro
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 141 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h 621 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
622 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
623 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
xmmintrin.h 121 /* Constants for use with _mm_prefetch. */
1576 #define _mm_prefetch macro
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
xmmintrin.h 121 /* Constants for use with _mm_prefetch. */
1576 #define _mm_prefetch macro
    [all...]
  /external/clang/include/clang/Basic/
BuiltinsX86.def 86 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
88 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
89 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
BuiltinsX86.def 88 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
90 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
91 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
BuiltinsX86.def 88 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
90 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
91 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
BuiltinsX86.def 88 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
90 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
91 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
BuiltinsX86.def 85 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
87 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
88 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
BuiltinsX86.def 85 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
87 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
88 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
BuiltinsX86.def 85 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
87 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
88 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
BuiltinsX86.def 85 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
87 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
88 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
BuiltinsX86.def 88 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
90 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
91 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
BuiltinsX86.def 88 // FIXME: _mm_prefetch must be a built-in because it takes a compile-time constant
90 // doesn't work in the presence of re-declaration of _mm_prefetch for windows.
91 TARGET_BUILTIN(_mm_prefetch, "vcC*i", "nc", "mmx")
    [all...]

Completed in 1265 milliseconds

1 2 3