Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp50 void PPCInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) 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()
493 void PPCInstPrinter::printcrbitm(const MCInst *MI, unsigned OpNo, in printcrbitm()
511 void PPCInstPrinter::printMemRegImm(const MCInst *MI, unsigned OpNo, in printMemRegImm()
550 void PPCInstPrinter::printMemRegReg(const MCInst *MI, unsigned OpNo, in printMemRegReg()
564 void PPCInstPrinter::printTLSCall(const MCInst *MI, unsigned OpNo, in printTLSCall()
622 PPCInstPrinter::getVerboseConditionRegName(unsigned RegNum, in getVerboseConditionRegName()
643 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 DPPCMCTargetDesc.cpp458 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp316 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand()
385 RegName = PPCInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
1476 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
1492 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1484 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp