Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp26 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 DSystemZInstPrinter.h24 class SystemZInstPrinter : public MCInstPrinter {
26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
H A DCMakeLists.txt2 SystemZInstPrinter.cpp
H A DSystemZMCTargetDesc.cpp189 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DBUILD.gn53 "SystemZInstPrinter.cpp",
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp724 OS << "Reg:" << SystemZInstPrinter::getRegisterName(getReg()); in print()
746 OS << SystemZInstPrinter::getRegisterName(Op.Length.Reg) << ","; in print()
748 OS << SystemZInstPrinter::getRegisterName(Op.Index) << ","; in print()
749 OS << SystemZInstPrinter::getRegisterName(Op.Base); in print()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp805 SystemZInstPrinter::printOperand(MCOp, MAI, OS); in PrintAsmOperand()
813 SystemZInstPrinter:: in PrintAsmMemoryOperand()