Home
last modified time | relevance | path

Searched refs:PPCInstPrinter (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp50 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
55 void PPCInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
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()
490 void PPCInstPrinter::printcrbitm(const MCInst *MI, unsigned OpNo, in printcrbitm()
508 void PPCInstPrinter::printMemRegImm(const MCInst *MI, unsigned OpNo, in printMemRegImm()
547 void PPCInstPrinter::printMemRegReg(const MCInst *MI, unsigned OpNo, in printMemRegReg()
561 void PPCInstPrinter::printTLSCall(const MCInst *MI, unsigned OpNo, in printTLSCall()
633 bool PPCInstPrinter::showRegistersWithPrefix() const { in showRegistersWithPrefix()
[all …]
H A DPPCInstPrinter.h21 class PPCInstPrinter : public MCInstPrinter {
30 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter() function
H A DCMakeLists.txt3 PPCInstPrinter.cpp
H A DPPCMCTargetDesc.cpp370 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DBUILD.gn56 "PPCInstPrinter.cpp",
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp292 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand()
361 RegName = PPCInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
1363 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
1379 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()