Searched defs:cmpxchg_w (Results 1 – 2 of 2) sorted by relevance
3719 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local3725 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local3743 __ cmpxchg_w(i.MemoryOperand(2), i.InputRegister(1)); in AssembleArchInstruction() local
787 void Assembler::cmpxchg_w(Operand dst, Register src) { in cmpxchg_w() function in v8::internal::Assembler