Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinterCommon.cpp26 void SystemZInstPrinterCommon::printAddress(const MCAsmInfo *MAI, in printAddress()
45 void SystemZInstPrinterCommon::printOperand(const MCOperand &MO, in printOperand()
61 void SystemZInstPrinterCommon::printRegName(raw_ostream &O, MCRegister Reg) { in printRegName()
66 void SystemZInstPrinterCommon::printUImmOperand(const MCInst *MI, int OpNum, in printUImmOperand()
79 void SystemZInstPrinterCommon::printSImmOperand(const MCInst *MI, int OpNum, in printSImmOperand()
91 void SystemZInstPrinterCommon::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand()
96 void SystemZInstPrinterCommon::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand()
101 void SystemZInstPrinterCommon::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand()
106 void SystemZInstPrinterCommon::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand()
111 void SystemZInstPrinterCommon::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand()
[all …]
H A DSystemZGNUInstPrinter.h24 class SystemZGNUInstPrinter : public SystemZInstPrinterCommon {
28 : SystemZInstPrinterCommon(MAI, MII, MRI) {} in SystemZGNUInstPrinter()
H A DSystemZHLASMInstPrinter.h24 class SystemZHLASMInstPrinter : public SystemZInstPrinterCommon {
28 : SystemZInstPrinterCommon(MAI, MII, MRI) {} in SystemZHLASMInstPrinter()
H A DSystemZInstPrinterCommon.h25 class SystemZInstPrinterCommon : public MCInstPrinter {
27 SystemZInstPrinterCommon(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinterCommon() function