Searched refs:xchg_b (Results 1 – 3 of 3) sorted by relevance
3654 __ xchg_b(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local3659 __ xchg_b(i.InputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local3682 __ xchg_b(i.OutputRegister(0), i.MemoryOperand(1)); in AssembleArchInstruction() local
635 void xchg_b(Register reg, Operand op);
753 void Assembler::xchg_b(Register reg, Operand op) { in xchg_b() function in v8::internal::Assembler