Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-sparc.texi516 The @code{prefetch} and @code{prefetcha} instructions take a prefetch
523 to a prefetch function code of 0.
526 to a prefetch function code of 1.
532 to a prefetch function code of 3.
534 @samp{#page} requests a prefetch page, and corresponds to a prefetch
538 a prefetch function code of 16.
541 corresponds to a prefetch function code of 17.
544 and corresponds to a prefetch function code of 20.
547 and corresponds to a prefetch function code of 21.
558 prefetch [%l0 + %l2], #one_read
[all …]
/dragonfly/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c372 for (pos = (head)->next; prefetch(pos->next), pos != (head); \
381 for (pos = (head)->prev; prefetch(pos->prev), pos != (head); \
402 prefetch(pos->prev), pos != (head); \
424 prefetch(pos->member.prev), &pos->member != (head); \
449 prefetch(pos->member.next), &pos->member != (head); \
463 prefetch(pos->member.prev), &pos->member != (head); \
475 for (; prefetch(pos->member.next), &pos->member != (head); \
/dragonfly/sys/dev/netif/ix/
H A Dixgbe_osdep.h152 void prefetch(void *x) in prefetch() function
157 #define prefetch(x) macro
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_plat.h347 void prefetch(void *x) in prefetch() function
352 #define prefetch(x) macro
H A Dena_com.h1104 prefetch(bounce_buf_ctrl->base_buffer + in ena_com_get_next_bounce_buffer()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-loop-prefetch.c1073 if (!dbg_cnt (prefetch)) in schedule_prefetches()
1137 gcall *prefetch; in issue_prefetch_ref() local
1192 prefetch = gimple_build_call (builtin_decl_explicit (BUILT_IN_PREFETCH), in issue_prefetch_ref()
1194 gsi_insert_before (&bsi, prefetch, GSI_SAME_STMT); in issue_prefetch_ref()
H A Dtarget-insns.def79 DEF_TARGET_INSN (prefetch, (rtx x0, rtx x1, rtx x2))
H A Ddbgcnt.def177 DEBUG_COUNTER (prefetch)
H A Dparams.def758 /* The number of insns executed before prefetch is completed. */
761 "prefetch-latency",
762 "The number of insns executed before prefetch is completed.",
946 "min-insn-to-prefetch-ratio",
952 "prefetch-min-insn-to-mem-ratio",
H A Dggc-page.c574 #define prefetch(X) ((void) X) macro
576 #define prefetch(X) __builtin_prefetch (X) macro
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c369 int prefetch) in print_cardbus_mem_window() argument
372 print_window(basereg, prefetch ? "Prefetchable Memory" : "Memory", 32, in print_cardbus_mem_window()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-prefetch.c1077 gimple prefetch; in issue_prefetch_ref() local
1120 prefetch = gimple_build_call (builtin_decl_explicit (BUILT_IN_PREFETCH), in issue_prefetch_ref()
1122 gsi_insert_before (&bsi, prefetch, GSI_SAME_STMT); in issue_prefetch_ref()
H A Dparams.def718 /* The number of insns executed before prefetch is completed. */
721 "prefetch-latency",
722 "The number of insns executed before prefetch is completed",
844 "min-insn-to-prefetch-ratio",
850 "prefetch-min-insn-to-mem-ratio",
H A Dggc-zone.c57 #define prefetch(X) ((void) X) macro
60 #define prefetch(X) __builtin_prefetch (X) macro
H A Dggc-page.c541 #define prefetch(X) ((void) X) macro
543 #define prefetch(X) __builtin_prefetch (X) macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c444 int prefetch; in ar9300__cont_tx_mode()
474 prefetch = (int)ds; in ar9300__cont_tx_mode()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Datom.md26 (define_attr "atom_sse_attr" "rcp,movdup,lfence,fence,prefetch,sqrt,mxcsr,other"
543 ;; sfence,clflush,mfence, prefetch
548 (eq_attr "atom_sse_attr" "prefetch"))))
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Datom.md26 (define_attr "atom_sse_attr" "rcp,movdup,lfence,fence,prefetch,sqrt,mxcsr,other"
543 ;; sfence,clflush,mfence, prefetch
547 (eq_attr "atom_sse_attr" "fence,prefetch")))
H A Dslm.md542 ;; sfence,clflush,mfence, prefetch
547 (eq_attr "atom_sse_attr" "prefetch"))))
/dragonfly/sys/dev/drm/include/linux/
H A Dlist.h40 #define prefetch(x) macro
/dragonfly/sys/net/netmap/
H A Dnetmap_kern.h62 #define prefetch(x) __builtin_prefetch(x) macro
/dragonfly/sys/dev/misc/ppc/
H A Dppc.c1420 prefetch: in ppc_exec_microseq()
1427 goto prefetch; in ppc_exec_microseq()
/dragonfly/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c942 …Sequence(seqState_t* seqState, const ZSTD_longOffset_e longOffsets, const ZSTD_prefetch_e prefetch) in ZSTD_decodeSequence() argument
1017 if (prefetch == ZSTD_p_prefetch) { in ZSTD_decodeSequence()
/dragonfly/sys/bus/pci/
H A Dpci.c90 struct resource_list *rl, int force, int prefetch);
2530 int prefetch) in pci_add_map() argument
2566 prefetch = 1; in pci_add_map()
2664 prefetch ? RF_PREFETCHABLE : 0, -1); in pci_add_map()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Drtl.texi883 @cindex @code{prefetch} and @samp{/v}
884 @cindex @code{volatile}, in @code{prefetch}
886 In a @code{prefetch}, indicates that the prefetch is a scheduling barrier.
1032 In @code{prefetch} expressions, 1 means that the containing insn is a
3141 @findex prefetch
3142 @item (prefetch:@var{m} @var{addr} @var{rw} @var{locality})
3143 Represents prefetch of memory at address @var{addr}.
3144 Operand @var{rw} is 1 if the prefetch is for data to be written, 0 otherwise;
3146 prefetch.
3152 cache before it is accessed. It should use only non-faulting data prefetch

12