Searched refs:PPCInstPrinter (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCInstPrinter.cpp | 1 //===-- PPCInstPrinter.cpp - Convert PPC MCInst to assembly syntax --------===// 13 #include "MCTargetDesc/PPCInstPrinter.h" 50 void PPCInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName() 55 void PPCInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 218 void PPCInstPrinter::printPredicateOperand(const MCInst *MI, unsigned OpNo, in printPredicateOperand() 316 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint() 326 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() 334 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() 342 void PPCInstPrinter::printU3ImmOperand(const MCInst *MI, unsigned OpNo, in printU3ImmOperand() 350 void PPCInstPrinter [all...] |
H A D | PPCInstPrinter.h | 21 class PPCInstPrinter : public MCInstPrinter { 30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter() function
|
H A D | PPCMCTargetDesc.cpp | 465 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 324 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() 393 RegName = PPCInstPrinter::getRegisterName(Reg); in PrintAsmOperand() 1591 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1607 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
|
/freebsd/lib/clang/libllvm/ |
H A D | Makefile | 1494 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
|