Home
last modified time | relevance | path

Searched defs:ATOMIC_LOAD (Results 1 – 25 of 25) sorted by relevance

/dports/devel/libcxxrt/libcxxrt-f96846e/src/
H A Datomic.h24 #define ATOMIC_LOAD(addr)\ macro
27 #define ATOMIC_LOAD(addr)\ macro
/dports/games/libretro-mgba/mgba-6186d45/include/mgba-util/
H A Dcommon.h95 #define ATOMIC_LOAD(DST, SRC) DST = __atomic_load_n(&SRC, __ATOMIC_ACQUIRE) macro
105 #define ATOMIC_LOAD(DST, SRC) DST = InterlockedOrAcquire(&SRC, 0) macro
116 #define ATOMIC_LOAD(DST, SRC) DST = SRC macro
/dports/emulators/mgba/mgba-0.9.2/include/mgba-util/
H A Dcommon.h88 #define ATOMIC_LOAD(DST, SRC) DST = __atomic_load_n(&SRC, __ATOMIC_ACQUIRE) macro
98 #define ATOMIC_LOAD(DST, SRC) DST = InterlockedOrAcquire(&SRC, 0) macro
109 #define ATOMIC_LOAD(DST, SRC) DST = SRC macro
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.cc573 #define ATOMIC_LOAD(Type) \ macro
586 #define ATOMIC_LOAD(Type) \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.cc764 #define ATOMIC_LOAD(Type) \ macro
776 #define ATOMIC_LOAD(Type) \ macro
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-operator.cc1054 #define ATOMIC_LOAD(Type) \ macro
1068 #define ATOMIC_LOAD(Type) \ macro
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h748 ATOMIC_LOAD, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_SendDescs.hpp49 ATOMIC_LOAD, enumerator
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h816 ATOMIC_LOAD, enumerator
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h785 ATOMIC_LOAD, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1028 ATOMIC_LOAD, enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h997 ATOMIC_LOAD, enumerator
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h846 ATOMIC_LOAD, enumerator
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h997 ATOMIC_LOAD, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h846 ATOMIC_LOAD, enumerator
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h846 ATOMIC_LOAD, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1051 ATOMIC_LOAD, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1051 ATOMIC_LOAD, enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1114 ATOMIC_LOAD, enumerator
/dports/multimedia/pipewire/pipewire-0.3.43/src/pipewire/
H A Dprivate.h628 #define ATOMIC_LOAD(s) __atomic_load_n(&(s), __ATOMIC_SEQ_CST) macro