Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 DSystemZMCTargetDesc.cpp182 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp712 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 DSystemZAsmPrinter.cpp781 SystemZInstPrinter::printOperand(MCOp, MAI, OS); in PrintAsmOperand()
789 SystemZInstPrinter::printAddress(MAI, MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()