Lines Matching refs:NewMI
257 MCInst NewMI;259 NewMI.setOpcode(Opcode);262 NewMI.addOperand(MI->getOperand(0));265 NewMI.addOperand(NewReg);267 // Copy the rest operands into NewMI.269 NewMI.addOperand(MI->getOperand(i));270 printInstruction(&NewMI, O);