HomeSort by relevance Sort by last modified time
    Searched defs:PREFETCH (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
cache2.s 9 //PREFETCH [ Preg ] ; /* indexed (a) */
10 PREFETCH [ P0 ] ;
11 PREFETCH [ P1 ] ;
12 PREFETCH [ P2 ] ;
13 PREFETCH [ P3 ] ;
14 PREFETCH [ P4 ] ;
15 PREFETCH [ P5 ] ;
16 PREFETCH [ SP ] ;
17 PREFETCH [ FP ] ;
19 //PREFETCH [ Preg ++ ] ; /* indexed, post increment (a) *
    [all...]
  /external/libavc/common/mips/
ih264_platform_macros.h 96 #define PREFETCH(ptr, type)
  /external/libavc/common/x86/
ih264_platform_macros.h 101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
103 #define PREFETCH(ptr, type)
  /external/libmpeg2/common/arm/
icv_platform_macros.h 98 #define PREFETCH(x) __builtin_prefetch(x);
  /external/libmpeg2/common/armv8/
icv_platform_macros.h 76 #define PREFETCH(x) __builtin_prefetch(x);
  /external/libmpeg2/common/mips/
icv_platform_macros.h 82 #define PREFETCH(x) __builtin_prefetch(x);
  /external/libmpeg2/common/x86/
icv_platform_macros.h 82 #define PREFETCH(x) __builtin_prefetch(x);
  /external/libhevc/common/x86/
ihevc_platform_macros.h 167 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
169 #define PREFETCH(ptr, type)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 137 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */
152 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x))
154 # define PREFETCH(x) __builtin_prefetch(x)
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 21 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, ADX, FPCLASS, FPCLASSS,
89 X86_INTRINSIC_DATA(avx512_gatherpf_dpd_512, PREFETCH,
91 X86_INTRINSIC_DATA(avx512_gatherpf_dps_512, PREFETCH,
93 X86_INTRINSIC_DATA(avx512_gatherpf_qpd_512, PREFETCH,
95 X86_INTRINSIC_DATA(avx512_gatherpf_qps_512, PREFETCH,
198 X86_INTRINSIC_DATA(avx512_scatterpf_dpd_512, PREFETCH, X86::VSCATTERPF0DPDm,
200 X86_INTRINSIC_DATA(avx512_scatterpf_dps_512, PREFETCH, X86::VSCATTERPF0DPSm,
202 X86_INTRINSIC_DATA(avx512_scatterpf_qpd_512, PREFETCH, X86::VSCATTERPF0QPDm,
204 X86_INTRINSIC_DATA(avx512_scatterpf_qps_512, PREFETCH, X86::VSCATTERPF0QPSm,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 260 # undef PREFETCH
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 680 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
681 /// is the chain. The other operands are the address to prefetch,
684 PREFETCH,
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 4913 milliseconds