Searched defs:xchg_w (Results 1 – 2 of 2) 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
760 void Assembler::xchg_w(Register reg, Operand op) { in xchg_w() function in v8::internal::Assembler