Searched refs:SystemZInstPrinter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/InstPrinter/ |
| H A D | SystemZInstPrinter.cpp | 27 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, in printAddress() 55 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 80 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 85 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 90 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 95 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 100 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 105 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 110 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum, in printU8ImmOperand() 145 void SystemZInstPrinter::printPCRelOperand(const MCInst *MI, int OpNum, in printPCRelOperand() [all …]
|
| H A D | SystemZInstPrinter.h | 24 class SystemZInstPrinter : public MCInstPrinter { 26 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 659 OS << "Reg:" << SystemZInstPrinter::getRegisterName(getReg()); in print() 681 OS << SystemZInstPrinter::getRegisterName(Op.Length.Reg) << ","; in print() 683 OS << SystemZInstPrinter::getRegisterName(Op.Index) << ","; in print() 684 OS << SystemZInstPrinter::getRegisterName(Op.Base); in print()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZAsmPrinter.cpp | 633 SystemZInstPrinter::printOperand(MO, MAI, OS); in PrintAsmOperand() 643 SystemZInstPrinter::printAddress(MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCTargetDesc.cpp | 181 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()
|