OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PREFETCH
(Results
1 - 10
of
10
) sorted by null
/external/chromium/webkit/glue/
resource_type.h
25
PREFETCH
, // an explicitly requested
prefetch
/external/chromium_org/webkit/common/
resource_type.h
29
PREFETCH
, // an explicitly requested
prefetch
/external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h
131
# define
PREFETCH
(x) /* _mm_prefetch(x, _MM_HINT_NTA) */
149
# define
PREFETCH
(x) __asm__("prefetchnta (%0)" : : "r" (x))
151
# define
PREFETCH
(x) __builtin_prefetch(x)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
246
# undef
PREFETCH
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
246
# undef
PREFETCH
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
246
# undef
PREFETCH
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
246
# undef
PREFETCH
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
587
///
PREFETCH
- This corresponds to a
prefetch
intrinsic. The first operand
588
/// is the chain. The other operands are the address to
prefetch
,
591
PREFETCH
,
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h
[
all
...]
/external/mesa3d/src/mesa/x86/
assyntax.h
[
all
...]
Completed in 599 milliseconds