Searched defs:PREFETCH (Results 1 – 13 of 13) sorted by relevance
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 101 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro 103 #define PREFETCH(ptr, type) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 167 #define PREFETCH(ptr, type) _mm_prefetch(ptr, type); macro 169 #define PREFETCH(ptr, type) macro
|
/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 76 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 98 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 82 #define PREFETCH(x) __builtin_prefetch(x); macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 96 #define PREFETCH(ptr, type) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 137 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ macro 152 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro 154 # define PREFETCH(x) __builtin_prefetch(x) macro
|
/external/llvm/lib/Target/X86/ |
D | X86IntrinsicsInfo.h | 21 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, ADX, FPCLASS, FPCLASSS, enumerator
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 314 PREFETCH enumerator
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 174 PREFETCH, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 684 PREFETCH, enumerator
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1634 #define PREFETCH(a) prefetch P_ARG1(a) macro
|