Home
last modified time | relevance | path

Searched refs:PREFETCH (Results 1 – 25 of 83) sorted by relevance

1234

/netbsd-src/sys/arch/arm/arm/
H A Dbcopyinout.S65 #define PREFETCH(rx,o) pld [ rx , HELLOCPP (o) ] macro
67 #define PREFETCH(rx,o) macro
93 PREFETCH(r0, 0)
94 PREFETCH(r1, 0)
192 PREFETCH(r0, 32)
193 PREFETCH(r1, 32)
306 PREFETCH(r0, 0)
307 PREFETCH(r1, 0)
402 PREFETCH(r0, 32)
403 PREFETCH(r1, 32)
[all …]
/netbsd-src/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.sh31 PREFETCH="60 days"
71 "$PREFETCH"
336 if [ -n "$FORCE" ] || ! verifySHA $LEAPFILE "$VERBOSE" || [ $EXPIRES -lt `date -d "NOW + $PREFETCH"…
H A Dupdate-leap-opts.def79 "$PREFETCH"
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h221 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 macro
237 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro
239 # define PREFETCH(x) __builtin_prefetch(x) macro
H A Dsanitizer_quarantine.h189 PREFETCH(b->batch[i]); in DoRecycle()
192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h228 # define PREFETCH(x) /* _mm_prefetch(x, _MM_HINT_NTA) */ (void)0 macro
244 # define PREFETCH(x) __asm__("prefetchnta (%0)" : : "r" (x)) macro
246 # define PREFETCH(x) __builtin_prefetch(x) macro
H A Dsanitizer_quarantine.h187 PREFETCH(b->batch[i]); in DoRecycle()
190 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.h169 PREFETCH = 370, /* PREFETCH */ enumerator
348 #define PREFETCH 370 macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.h169 PREFETCH = 370, /* PREFETCH */ enumerator
348 #define PREFETCH 370 macro
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_quarantine.h189 PREFETCH(b->batch[i]); in DoRecycle()
192 PREFETCH(b->batch[i + kPrefetch]); in DoRecycle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h24 GATHER, SCATTER, PREFETCH, RDSEED, RDRAND, RDPMC, RDTSC, XTEST, XGETBV, ADX, FPCLASSS, enumerator
110 X86_INTRINSIC_DATA(avx512_gatherpf_dpd_512, PREFETCH,
112 X86_INTRINSIC_DATA(avx512_gatherpf_dps_512, PREFETCH,
114 X86_INTRINSIC_DATA(avx512_gatherpf_qpd_512, PREFETCH,
116 X86_INTRINSIC_DATA(avx512_gatherpf_qps_512, PREFETCH,
294 X86_INTRINSIC_DATA(avx512_scatterpf_dpd_512, PREFETCH, X86::VSCATTERPF0DPDm,
296 X86_INTRINSIC_DATA(avx512_scatterpf_dps_512, PREFETCH, X86::VSCATTERPF0DPSm,
298 X86_INTRINSIC_DATA(avx512_scatterpf_qpd_512, PREFETCH, X86::VSCATTERPF0QPDm,
300 X86_INTRINSIC_DATA(avx512_scatterpf_qps_512, PREFETCH, X86::VSCATTERPF0QPSm,
H A DX86Instr3DNow.td94 def PREFETCH : I3DNow<0x0D, MRM0m, (outs), (ins i8mem:$addr),
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c794 #define PREFETCH 3 macro
1582 case PREFETCH: p = ",p"; break; in ldxDasm()
1610 case PREFETCH: p = ",p"; break; in stsDasm()
1634 case PREFETCH: p = ",z"; break; in stbysDasm()
2111 case PREFETCH: db_printf(",p"); break; in coprDasm()
2169 case PREFETCH: db_printf(",p"); break; in lpkDasm()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c5283 #define PREFETCH() \ macro
6122 PREFETCH (); in wcs_re_match_2_internal()
6147 PREFETCH (); in wcs_re_match_2_internal()
6160 PREFETCH (); in wcs_re_match_2_internal()
6189 PREFETCH (); in wcs_re_match_2_internal()
6808 PREFETCH (); in wcs_re_match_2_internal()
7385 PREFETCH (); in wcs_re_match_2_internal()
7402 PREFETCH (); in wcs_re_match_2_internal()
7413 PREFETCH (); in wcs_re_match_2_internal()
7422 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c5282 #define PREFETCH() \ macro
6217 PREFETCH (); in wcs_re_match_2_internal()
6242 PREFETCH (); in wcs_re_match_2_internal()
6255 PREFETCH (); in wcs_re_match_2_internal()
6284 PREFETCH (); in wcs_re_match_2_internal()
6868 PREFETCH (); in wcs_re_match_2_internal()
7465 PREFETCH (); in wcs_re_match_2_internal()
7482 PREFETCH (); in wcs_re_match_2_internal()
7493 PREFETCH (); in wcs_re_match_2_internal()
7502 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c5391 #define PREFETCH() \ macro
6334 PREFETCH ();
6359 PREFETCH ();
6372 PREFETCH ();
6401 PREFETCH ();
6985 PREFETCH ();
7582 PREFETCH ();
7599 PREFETCH ();
7610 PREFETCH ();
7619 PREFETCH ();
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c5283 #define PREFETCH() \ macro
6122 PREFETCH (); in wcs_re_match_2_internal()
6147 PREFETCH (); in wcs_re_match_2_internal()
6160 PREFETCH (); in wcs_re_match_2_internal()
6189 PREFETCH (); in wcs_re_match_2_internal()
6808 PREFETCH (); in wcs_re_match_2_internal()
7385 PREFETCH (); in wcs_re_match_2_internal()
7402 PREFETCH (); in wcs_re_match_2_internal()
7413 PREFETCH (); in wcs_re_match_2_internal()
7422 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c5283 #define PREFETCH() \ macro
6122 PREFETCH (); in wcs_re_match_2_internal()
6147 PREFETCH (); in wcs_re_match_2_internal()
6160 PREFETCH (); in wcs_re_match_2_internal()
6189 PREFETCH (); in wcs_re_match_2_internal()
6808 PREFETCH (); in wcs_re_match_2_internal()
7385 PREFETCH (); in wcs_re_match_2_internal()
7402 PREFETCH (); in wcs_re_match_2_internal()
7413 PREFETCH (); in wcs_re_match_2_internal()
7422 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c5279 #define PREFETCH() \ macro
6118 PREFETCH (); in wcs_re_match_2_internal()
6143 PREFETCH (); in wcs_re_match_2_internal()
6156 PREFETCH (); in wcs_re_match_2_internal()
6185 PREFETCH (); in wcs_re_match_2_internal()
6804 PREFETCH (); in wcs_re_match_2_internal()
7381 PREFETCH (); in wcs_re_match_2_internal()
7398 PREFETCH (); in wcs_re_match_2_internal()
7409 PREFETCH (); in wcs_re_match_2_internal()
7418 PREFETCH (); in wcs_re_match_2_internal()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddata_pckts.h558 #define ARCH_PREFETCH ARCH_TYPE(PREFETCH, 0)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.opt127 Target Mask(PREFETCH)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1091 PREFETCH, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.opt127 Target Mask(PREFETCH)
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddata_pckts.h559 #define ARCH_PREFETCH ARCH_TYPE(PREFETCH, 0)
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c5114 #define PREFETCH() \ macro
5901 PREFETCH ();
5926 PREFETCH ();
5939 PREFETCH ();
5968 PREFETCH ();
6553 PREFETCH ();
7130 PREFETCH ();
7147 PREFETCH ();
7158 PREFETCH ();
7167 PREFETCH ();

1234