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

  /external/chromium_org/webkit/common/
resource_type.h 29 PREFETCH, // an explicitly requested prefetch
  /external/libhevc/common/x86/
ihevc_platform_macros.h 109 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type);
111 #define PREFETCH(ptr, type)
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 174 // Prefetch from the second operand using the 4-bit control code in
175 // the first operand. The code is 1 for a load prefetch and 2 for
176 // a store prefetch.
177 PREFETCH
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 148 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */
164 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x))
166 # define PREFETCH(x) __builtin_prefetch(x)
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 158 // Custom prefetch handling
159 PREFETCH,
  /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 627 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
628 /// is the chain. The other operands are the address to prefetch,
631 PREFETCH,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [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 555 milliseconds