Home
last modified time | relevance | path

Searched refs:SystemZHLASMInstPrinter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMInstPrinter.cpp20 void SystemZHLASMInstPrinter::printFormattedRegName(const MCAsmInfo *MAI, in printFormattedRegName()
29 void SystemZHLASMInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
H A DSystemZHLASMInstPrinter.h24 class SystemZHLASMInstPrinter : public SystemZInstPrinterCommon {
26 SystemZHLASMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZHLASMInstPrinter() function
H A DSystemZMCTargetDesc.cpp198 return new SystemZHLASMInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1018 RegName = SystemZHLASMInstPrinter::getRegisterName(RegNo); in printFormattedRegName()