Home
last modified time | relevance | path

Searched refs:ATOMIC_COMPARE_EXCHANGE (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.cc1155 #define ATOMIC_COMPARE_EXCHANGE(Type) \ macro
1166 ATOMIC_TYPE_LIST(ATOMIC_COMPARE_EXCHANGE)
1167 #undef ATOMIC_COMPARE_EXCHANGE
1169 #define ATOMIC_COMPARE_EXCHANGE(Type) \ macro
1180 ATOMIC_U64_TYPE_LIST(ATOMIC_COMPARE_EXCHANGE)
1181 #undef ATOMIC_COMPARE_EXCHANGE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def504 HANDLE_LIBCALL(ATOMIC_COMPARE_EXCHANGE, "__atomic_compare_exchange")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp436 Table[RTLIB::ATOMIC_COMPARE_EXCHANGE] = unsupported; in RuntimeLibcallSignatureTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1497 RTLIB::ATOMIC_COMPARE_EXCHANGE, RTLIB::ATOMIC_COMPARE_EXCHANGE_1, in expandAtomicCASToLibcall()