/netbsd-src/sys/arch/powerpc/booke/ |
H A D | copyout.c | 247 __builtin_prefetch(ksaddr8, 0, 1); in copyout_uint8s() 250 __builtin_prefetch(ksaddr8 + 16, 0, 1); in copyout_uint8s() 270 __builtin_prefetch(ksaddr32, 0, 1); in copyout_uint32s() 283 __builtin_prefetch(ksaddr32, 0, 1); in copyout_uint32s() 285 __builtin_prefetch(ksaddr32 + 8, 0, 1); in copyout_uint32s() 286 __builtin_prefetch(ksaddr32 + 16, 0, 1); in copyout_uint32s() 292 __builtin_prefetch(ksaddr32 + 8, 0, 1); in copyout_uint32s()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | prfchwintrin.h | 31 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */); in _m_prefetch() 52 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */); in _m_prefetchw()
|
H A D | xmmintrin.h | 2103 #define _mm_prefetch(a, sel) (__builtin_prefetch((const void *)(a), \
|
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ixgbe_netmap.c | 256 __builtin_prefetch(&ring->slot[nm_i]); in ixgbe_netmap_txsync() 257 __builtin_prefetch(&txr->tx_buffers[nic_i]); in ixgbe_netmap_txsync() 273 __builtin_prefetch(&ring->slot[nm_i + 1]); in ixgbe_netmap_txsync() 274 __builtin_prefetch(&txr->tx_buffers[nic_i + 1]); in ixgbe_netmap_txsync()
|
/netbsd-src/sys/netinet/ |
H A D | cpu_in_cksum.c | 138 __builtin_prefetch(data + 32); in cpu_in_cksum() 289 __builtin_prefetch(data + 32); in cpu_in_cksum() 290 __builtin_prefetch(data + 64); in cpu_in_cksum()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | prfchwintrin.h | 34 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */); in _m_prefetchw()
|
H A D | mm3dnow.h | 166 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */); in _m_prefetch()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | prfchwintrin.h | 34 __builtin_prefetch (__P, 1, 3 /* _MM_HINT_T0 */); in _m_prefetchw()
|
H A D | mm3dnow.h | 166 __builtin_prefetch (__P, 0, 3 /* _MM_HINT_T0 */); in _m_prefetch()
|
H A D | xmmintrin.h | 54 __builtin_prefetch (__P, (__I & 0x4) >> 2, __I & 0x3); in _mm_prefetch() 58 __builtin_prefetch ((P), ((I & 0x4) >> 2), (I & 0x3))
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Compiler.h | 136 #define LLVM_PREFETCH(addr, rw, locality) __builtin_prefetch(addr, rw, locality)
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 239 # define PREFETCH(x) __builtin_prefetch(x)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 246 # define PREFETCH(x) __builtin_prefetch(x)
|
/netbsd-src/share/man/man3/ |
H A D | Makefile | 6 __builtin_constant_p.3 __builtin_prefetch.3 \
|
/netbsd-src/sys/uvm/ |
H A D | uvm_pdpolicy_clock.c | 753 __builtin_prefetch(ucpu->pdq[ucpu->pdqhead]); in uvmpdpol_flush()
|
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/ |
H A D | elf.c | 60 #define __builtin_prefetch(p, r, l) macro 1088 __builtin_prefetch (pin, 0, 0); in elf_zlib_fetch() 2174 __builtin_prefetch (pout, 1, 3); in elf_zlib_inflate()
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | elf.c | 60 #define __builtin_prefetch(p, r, l) macro 1150 __builtin_prefetch (pin, 0, 0); in elf_zlib_fetch() 2236 __builtin_prefetch (pout, 1, 3); in elf_zlib_inflate()
|
H A D | ChangeLog | 1066 * elf.c (__builtin_prefetch): Define if not __GNUC__.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ggc-page.c | 574 #define prefetch(X) __builtin_prefetch (X)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ggc-page.cc | 574 #define prefetch(X) __builtin_prefetch (X)
|
H A D | ChangeLog-2001 | 2545 __builtin_prefetch here. 2546 (arm_expand_builtin): Don't expand __builtin_prefetch here. 2652 * doc/extend.texi (__builtin_prefetch): Update documentation. 3174 * doc/extend.texi: Document __builtin_prefetch. 32555 (arm_init_builtins): __builtin_prefetch is in arch5e.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 986 __builtin_prefetch (__P); in _mm_prefetch()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/ |
H A D | xmmintrin.h | 963 __builtin_prefetch (__P); in _mm_prefetch()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 986 __builtin_prefetch (__P); in _mm_prefetch()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Builtins.def | 636 BUILTIN(__builtin_prefetch, "vvC*.", "nc")
|