Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dmachine-operator.h629 const Operator* Word32AtomicExchange(MachineType rep); in NON_EXPORTED_BASE()
H A Dmachine-operator.cc641 ATOMIC_OP(Word32AtomicExchange, type)
969 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType rep) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
H A Dopcodes.h639 V(Word32AtomicExchange) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dmachine-operator.h777 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
H A Dmachine-operator.cc830 ATOMIC_OP(Word32AtomicExchange, type)
1257 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType type) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
H A Dopcodes.h627 V(Word32AtomicExchange) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dmachine-operator.h882 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
H A Dmachine-operator.cc916 ATOMIC_OP(Word32AtomicExchange)
1431 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType type) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
H A Dopcodes.h642 V(Word32AtomicExchange) \
H A Dwasm-compiler.cc5188 CASE(I32AtomicExchange, kOneInput, Uint32, Word32AtomicExchange) in AtomicOp()
5190 CASE(I32AtomicExchange8U, kOneInput, Uint8, Word32AtomicExchange) in AtomicOp()
5191 CASE(I32AtomicExchange16U, kOneInput, Uint16, Word32AtomicExchange) in AtomicOp()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dmachine-operator.h971 const Operator* Word32AtomicExchange(MachineType type); in NON_EXPORTED_BASE()
H A Dopcodes.h648 V(Word32AtomicExchange) \
H A Dmachine-operator.cc1128 ATOMIC_OP(Word32AtomicExchange, type)
1691 const Operator* MachineOperatorBuilder::Word32AtomicExchange(MachineType type) { in Word32AtomicExchange() function in v8::internal::compiler::MachineOperatorBuilder
H A Dwasm-compiler.cc5256 CASE(I32AtomicExchange, kOneInput, Uint32, Word32AtomicExchange) in AtomicOp()
5258 CASE(I32AtomicExchange8U, kOneInput, Uint8, Word32AtomicExchange) in AtomicOp()
5259 CASE(I32AtomicExchange16U, kOneInput, Uint16, Word32AtomicExchange) in AtomicOp()