Searched refs:SystemZInstPrinter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinter.cpp | 61 void SystemZInstPrinter::printFormattedRegName(const MCAsmInfo *MAI, in printFormattedRegName() 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() 125 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 130 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 181 void SystemZInstPrinter::printPCRelTLSOperand(const MCInst *MI, in printPCRelTLSOperand() [all …]
|
| H A D | SystemZInstPrinter.h | 24 class SystemZInstPrinter : public MCInstPrinter { 26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
|
| H A D | SystemZMCTargetDesc.cpp | 189 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 723 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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 883 const char *RegName = SystemZInstPrinter::getRegisterName(RegNo); in printFormattedRegName()
|