Searched refs:cmpxchg_w (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 3719 __ 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/ |
D | assembler-ia32.h | 644 void cmpxchg_w(Operand dst, Register src);
|
D | assembler-ia32.cc | 787 void Assembler::cmpxchg_w(Operand dst, Register src) { in cmpxchg_w() function in v8::internal::Assembler
|