Home
last modified time | relevance | path

Searched refs:cmpxchg_w (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3586 __ 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 Dassembler-ia32.h559 void cmpxchg_w(Operand dst, Register src);
H A Dassembler-ia32.cc813 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 Dliftoff-assembler-ia32.h824 __ cmpxchg_w(dst_op, scratch); in AtomicBinop32()
1071 cmpxchg_w(dst_op, value_reg); in AtomicCompareExchange()

Completed in 22 milliseconds