Searched refs:cmpxchg_b (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 3574 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() 3580 __ cmpxchg_b(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() 3613 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction() 3618 ASSEMBLE_ATOMIC_BINOP(inst, mov_b, cmpxchg_b); \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 558 void cmpxchg_b(Operand dst, Register src);
|
H A D | assembler-ia32.cc | 805 void Assembler::cmpxchg_b(Operand dst, Register src) { in cmpxchg_b() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 819 __ cmpxchg_b(dst_op, scratch); in AtomicBinop32() 1065 cmpxchg_b(dst_op, value_reg); in AtomicCompareExchange()
|
Completed in 24 milliseconds