Lines Matching defs:MI
38 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
48 static bool usesGivenOffset(const MCInst *MI, int AddOffset) { in usesGivenOffset()
55 static bool isPreIncrementForm(const MCInst *MI, int AddOffset) { in isPreIncrementForm()
60 static bool isPostIncrementForm(const MCInst *MI, int AddOffset) { in isPostIncrementForm()
65 static StringRef decIncOperator(const MCInst *MI) { in decIncOperator()
71 bool LanaiInstPrinter::printMemoryLoadIncrement(const MCInst *MI, in printMemoryLoadIncrement()
90 bool LanaiInstPrinter::printMemoryStoreIncrement(const MCInst *MI, in printMemoryStoreIncrement()
109 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias()
140 void LanaiInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
149 void LanaiInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
163 void LanaiInstPrinter::printMemImmOperand(const MCInst *MI, unsigned OpNo, in printMemImmOperand()
177 void LanaiInstPrinter::printHi16ImmOperand(const MCInst *MI, unsigned OpNo, in printHi16ImmOperand()
189 void LanaiInstPrinter::printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, in printHi16AndImmOperand()
201 void LanaiInstPrinter::printLo16AndImmOperand(const MCInst *MI, unsigned OpNo, in printLo16AndImmOperand()
237 void LanaiInstPrinter::printMemRiOperand(const MCInst *MI, int OpNo, in printMemRiOperand()
252 void LanaiInstPrinter::printMemRrOperand(const MCInst *MI, int OpNo, in printMemRrOperand()
273 void LanaiInstPrinter::printMemSplsOperand(const MCInst *MI, int OpNo, in printMemSplsOperand()
288 void LanaiInstPrinter::printCCOperand(const MCInst *MI, int OpNo, in printCCOperand()
299 void LanaiInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand()