Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp1 //===- SystemZInstPrinter.cpp - Convert SystemZ MCInst to assembly syntax -===//
9 #include "SystemZInstPrinter.h"
27 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 in printU1ImmOperand()
[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()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp884 const char *RegName = SystemZInstPrinter::getRegisterName(RegNo); in printFormattedRegName()