Searched refs:SystemZInstPrinter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZInstPrinter.cpp | 26 void SystemZInstPrinter::printAddress(const MCAsmInfo *MAI, unsigned Base, in printAddress() 59 void SystemZInstPrinter::printFormattedRegName(const MCAsmInfo *MAI, in printFormattedRegName() 70 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 91 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 96 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 101 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 106 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 111 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 116 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 166 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 | 182 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 712 OS << "Reg:" << SystemZInstPrinter::getRegisterName(getReg()); in print() 734 OS << SystemZInstPrinter::getRegisterName(Op.Length.Reg) << ","; in print() 736 OS << SystemZInstPrinter::getRegisterName(Op.Index) << ","; in print() 737 OS << SystemZInstPrinter::getRegisterName(Op.Base); in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 781 SystemZInstPrinter::printOperand(MCOp, MAI, OS); in PrintAsmOperand() 789 SystemZInstPrinter::printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|