Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3574 __ 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 Dassembler-ia32.h558 void cmpxchg_b(Operand dst, Register src);
H A Dassembler-ia32.cc805 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 Dliftoff-assembler-ia32.h819 __ cmpxchg_b(dst_op, scratch); in AtomicBinop32()
1065 cmpxchg_b(dst_op, value_reg); in AtomicCompareExchange()

Completed in 24 milliseconds