Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/InstPrinter/
DSystemZInstPrinter.cpp24 void SystemZInstPrinter::printAddress(unsigned Base, int64_t Disp, in printAddress()
40 void SystemZInstPrinter::printOperand(const MCOperand &MO, const MCAsmInfo *MAI, in printOperand()
52 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst()
59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const { in printRegName()
77 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand()
82 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand()
87 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand()
92 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand()
97 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand()
102 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand()
[all …]
DSystemZInstPrinter.h23 class SystemZInstPrinter : public MCInstPrinter {
25 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SystemZInstPrinter() function
DCMakeLists.txt2 SystemZInstPrinter.cpp
/external/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp308 SystemZInstPrinter::printOperand(MO, MAI, OS); in PrintAsmOperand()
318 SystemZInstPrinter::printAddress(MI->getOperand(OpNo).getReg(), in PrintAsmMemoryOperand()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCTargetDesc.cpp215 return new SystemZInstPrinter(MAI, MII, MRI); in createSystemZMCInstPrinter()