Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:MI

28 void MBlazeInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
30 printInstruction(MI, O);
34 void MBlazeInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
37 const MCOperand &Op = MI->getOperand(OpNo);
48 void MBlazeInstPrinter::printFSLImm(const MCInst *MI, int OpNo,
50 const MCOperand &MO = MI->getOperand(OpNo);
54 printOperand(MI, OpNo, O, NULL);
57 void MBlazeInstPrinter::printUnsignedImm(const MCInst *MI, int OpNo,
59 const MCOperand &MO = MI->getOperand(OpNo);
63 printOperand(MI, OpNo, O, NULL);
66 void MBlazeInstPrinter::printMemOperand(const MCInst *MI, int OpNo,
68 printOperand(MI, OpNo, O, NULL);
70 printOperand(MI, OpNo+1, O, NULL);