Home
last modified time | relevance | path

Searched refs:cmpxchg_w (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3719 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
3725 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
3743 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
3777 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
3782 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
3788 ASSEMBLE_ATOMIC_BINOP(inst, mov_w, cmpxchg_w); \ in AssembleArchInstruction()
/external/v8/src/ia32/
Dassembler-ia32.h644 void cmpxchg_w(Operand dst, Register src);
Dassembler-ia32.cc787 void Assembler::cmpxchg_w(Operand dst, Register src) { in cmpxchg_w() function in v8::internal::Assembler