Searched defs:PREFETCH (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/contrib/zstd/lib/common/ |
| D | compiler.h | 94 # define PREFETCH(ptr) _mm_prefetch((const char*)ptr, _MM_HINT_T0) macro 96 # define PREFETCH(ptr) __builtin_prefetch(ptr, 0, 0) macro 98 # define PREFETCH(ptr) /* disabled */ macro
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | bcopyinout.S | 75 #define PREFETCH(rx,o) pld [ rx , HELLOCPP (o) ] macro 77 #define PREFETCH(rx,o) macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | internal_defs.h | 43 #define PREFETCH(X) __asm__("prefetchnta (%0)" : : "r"(X)) macro 45 #define PREFETCH(X) __builtin_prefetch(X) macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_internal_defs.h | 216 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 macro 232 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro 234 # define PREFETCH(x) __builtin_prefetch(x) macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86IntrinsicsInfo.h | 24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 370 PREFETCH enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.h | 276 PREFETCH, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | ISDOpcodes.h | 1101 PREFETCH, enumerator
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | regex.c | 5277 #define PREFETCH() \ macro
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | regex.c | 5277 #define PREFETCH() \ macro
|