Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h985 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
Dopcodes.h650 V(Word32AtomicExchange) \
Dmachine-operator.cc1141 ATOMIC_OP(Word32AtomicExchange, type)
1717 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType type) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
Dwasm-compiler.cc5243 CASE(I32AtomicExchange, kOneInput, Uint32, Word32AtomicExchange) in AtomicOp()
5245 CASE(I32AtomicExchange8U, kOneInput, Uint8, Word32AtomicExchange) in AtomicOp()
5246 CASE(I32AtomicExchange16U, kOneInput, Uint16, Word32AtomicExchange) in AtomicOp()