Lines Matching refs:LanaiInstPrinter
32 void LanaiInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
36 bool LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
69 bool LanaiInstPrinter::printMemoryLoadIncrement(const MCInst *MI, in printMemoryLoadIncrement()
88 bool LanaiInstPrinter::printMemoryStoreIncrement(const MCInst *MI, in printMemoryStoreIncrement()
107 bool LanaiInstPrinter::printAlias(const MCInst *MI, raw_ostream &OS) { in printAlias()
138 void LanaiInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst()
146 void LanaiInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
160 void LanaiInstPrinter::printMemImmOperand(const MCInst *MI, unsigned OpNo, in printMemImmOperand()
174 void LanaiInstPrinter::printHi16ImmOperand(const MCInst *MI, unsigned OpNo, in printHi16ImmOperand()
186 void LanaiInstPrinter::printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, in printHi16AndImmOperand()
198 void LanaiInstPrinter::printLo16AndImmOperand(const MCInst *MI, unsigned OpNo, in printLo16AndImmOperand()
216 OS << "%" << LanaiInstPrinter::getRegisterName(RegOp.getReg()); in printMemoryBaseRegister()
234 void LanaiInstPrinter::printMemRiOperand(const MCInst *MI, int OpNo, in printMemRiOperand()
249 void LanaiInstPrinter::printMemRrOperand(const MCInst *MI, int OpNo, in printMemRrOperand()
270 void LanaiInstPrinter::printMemSplsOperand(const MCInst *MI, int OpNo, in printMemSplsOperand()
285 void LanaiInstPrinter::printCCOperand(const MCInst *MI, int OpNo, in printCCOperand()
296 void LanaiInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand()