Searched refs:Word32AtomicExchange (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 985 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
|
D | opcodes.h | 650 V(Word32AtomicExchange) \
|
D | machine-operator.cc | 1141 ATOMIC_OP(Word32AtomicExchange, type) 1717 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType type) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
|
D | wasm-compiler.cc | 5243 CASE(I32AtomicExchange, kOneInput, Uint32, Word32AtomicExchange) in AtomicOp() 5245 CASE(I32AtomicExchange8U, kOneInput, Uint8, Word32AtomicExchange) in AtomicOp() 5246 CASE(I32AtomicExchange16U, kOneInput, Uint16, Word32AtomicExchange) in AtomicOp()
|