Home
last modified time | relevance | path

Searched refs:SystemZInstPrinter (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp27 void SystemZInstPrinter::printAddress(const MCAsmInfo *MAI, MCRegister Base, in printAddress()
45 void SystemZInstPrinter::printOperand(const MCOperand &MO, const MCAsmInfo *MAI, in printOperand()
61 void SystemZInstPrinter::printFormattedRegName(const MCAsmInfo *MAI, in printFormattedRegName()
73 void SystemZInstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const { in printRegName()
77 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
85 void SystemZInstPrinter::printUImmOperand(const MCInst *MI, int OpNum, in printUImmOperand()
98 void SystemZInstPrinter::printSImmOperand(const MCInst *MI, int OpNum, in printSImmOperand()
110 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand()
115 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand()
120 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand()
[all …]
H A DSystemZInstPrinter.h24 class SystemZInstPrinter : public MCInstPrinter {
26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
H A DSystemZMCTargetDesc.cpp189 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp723 OS << "Reg:" << SystemZInstPrinter::getRegisterName(getReg()); in print()
745 OS << SystemZInstPrinter::getRegisterName(Op.Length.Reg) << ","; in print()
747 OS << SystemZInstPrinter::getRegisterName(Op.Index) << ","; in print()
748 OS << SystemZInstPrinter::getRegisterName(Op.Base); in print()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp884 const char *RegName = SystemZInstPrinter::getRegisterName(RegNo); in printFormattedRegName()