Searched refs:cmpxchg_w (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3586 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() 3592 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() 3623 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction() 3628 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 559 void cmpxchg_w(Operand dst, Register src);
|
H A D | assembler-ia32.cc | 813 void Assembler::cmpxchg_w(Operand dst, Register src) { in cmpxchg_w() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 824 __ cmpxchg_w(dst_op, scratch); in AtomicBinop32() 1071 cmpxchg_w(dst_op, value_reg); in AtomicCompareExchange()
|
Completed in 22 milliseconds