Lines Matching refs:MCInst
1 //=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
10 // This class prints a Mips MCInst to a .s file.
85 void printInstruction(const MCInst *MI, raw_ostream &O);
89 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
91 bool printAliasInstr(const MCInst *MI, raw_ostream &OS);
94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
95 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O);
96 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
97 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O);
98 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O);
100 bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo,
102 bool printAlias(const char *Str, const MCInst &MI, unsigned OpNo0,
104 bool printAlias(const MCInst &MI, raw_ostream &OS);