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

1 2

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_memory.h 44 #define pf(_x,_i) _mm_prefetch((void *)(_x + _i + pfval), 0)
46 #define pf2(_x,_i) _mm_prefetch((void *)(_x + _i + pfval2), 0)
  /external/libavc/common/x86/
ih264_platform_macros.h 101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
  /external/skia/include/core/
SkPostConfig.h 285 #define SK_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
286 #define SK_WRITE_PREFETCH(ptr) _mm_prefetch(reinterpret_cast<const char*>(ptr), _MM_HINT_T0)
  /external/libhevc/common/x86/
ihevc_platform_macros.h 167 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 397 template<> EIGEN_STRONG_INLINE void prefetch<float>(const float* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
398 template<> EIGEN_STRONG_INLINE void prefetch<double>(const double* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
399 template<> EIGEN_STRONG_INLINE void prefetch<int>(const int* addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
Complex.h 110 template<> EIGEN_STRONG_INLINE void prefetch<std::complex<float> >(const std::complex<float> * addr) { _mm_prefetch((const char*)(addr), _MM_HINT_T0); }
317 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/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...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/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.11-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-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/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/clang/lib/Headers/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
xmmintrin.h 1627 #define _mm_prefetch macro
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 679 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 678 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 678 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 684 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 679 #define _mm_prefetch(a, sel) (__builtin_prefetch((void *)(a), 0, (sel))) macro

Completed in 1842 milliseconds

1 2