Searched refs:xchg_w (Results 1 – 3 of 3) sorted by relevance
3664 __ xchg_w(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local3669 __ xchg_w(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local3688 __ xchg_w(i.OutputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
636 void xchg_w(Register reg, Operand op);
760 void Assembler::xchg_w(Register reg, Operand op) { in xchg_w() function in v8::internal::Assembler