Searched defs:PREFETCH (Results 1 - 6 of 6) sorted by relevance

/external/chromium/webkit/glue/
H A Dresource_type.h25 PREFETCH, // an explicitly requested prefetch enumerator in enum:ResourceType::Type
/external/chromium_org/webkit/common/
H A Dresource_type.h29 PREFETCH, // an explicitly requested prefetch enumerator in enum:ResourceType::Type
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h131 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ macro
149 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x))
151 # define PREFETCH(x) __builtin_prefetch(x)
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h587 /// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
591 PREFETCH, enumerator in enum:llvm::ISD::NodeType
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h1634 #define PREFETCH(a) prefetch P_ARG1(a) macro
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1634 #define PREFETCH(a) prefetch P_ARG1(a) macro

Completed in 354 milliseconds