Home
last modified time | relevance | path

Searched refs:LoadStore (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/sparc64/include/
H A Datomic.h110 membar(LoadStore | StoreStore); \
135 membar(LoadStore | StoreStore); \
173 membar(LoadStore | StoreStore); \
347 membar(LoadLoad | LoadStore | StoreStore | StoreLoad); in atomic_thread_fence_seq_cst()
H A Dcpufunc.h62 #define LoadStore MMASK_GEN(M_LoadStore) macro
/freebsd-12.1/sys/sparc64/sparc64/
H A Dswtch.S186 membar #LoadStore | #StoreStore
206 membar #LoadStore | #StoreStore
310 membar #LoadStore | #StoreStore
H A Dmp_locore.S228 membar #LoadStore
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h91 enum LoadStore { enum
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp418 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
419 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores()
420 auto *CounterStore = LoadStore.second; in promoteCounterLoadStores()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsync.md36 /* member #StoreStore | #LoadStore | #StoreLoad | #LoadLoad */