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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZInstPrinter.cpp1 //===- SystemZInstPrinter.cpp - Convert SystemZ MCInst to assembly syntax -===//
9 #include "SystemZInstPrinter.h"
26 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp,
42 void SystemZInstPrinter::printOperand(const MCOperand &MO, const MCAsmInfo *MAI,
58 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address,
65 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const {
83 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum,
88 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum,
93 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum,
98 void SystemZInstPrinter
[all...]
H A DSystemZInstPrinter.h1 //==- SystemZInstPrinter.h - Convert SystemZ MCInst to assembly --*- C++ -*-==//
23 class SystemZInstPrinter : public MCInstPrinter { class in namespace:llvm
25 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::SystemZInstPrinter
H A DSystemZMCTargetDesc.cpp10 #include "SystemZInstPrinter.h"
183 return new SystemZInstPrinter(MAI, MII, MRI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp9 #include "MCTargetDesc/SystemZInstPrinter.h"
658 OS << "Reg:" << SystemZInstPrinter::getRegisterName(getReg());
680 OS << SystemZInstPrinter::getRegisterName(Op.Length.Reg) << ",";
682 OS << SystemZInstPrinter::getRegisterName(Op.Index) << ",";
683 OS << SystemZInstPrinter::getRegisterName(Op.Base);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp15 #include "MCTargetDesc/SystemZInstPrinter.h"
708 SystemZInstPrinter::printOperand(MO, MAI, OS);
716 SystemZInstPrinter::printAddress(MI->getOperand(OpNo).getReg(),

Completed in 140 milliseconds