Searched refs:PPCInstPrinter (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 50 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName() 55 void PPCInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 313 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint() 323 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand() 331 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand() 487 void PPCInstPrinter::printcrbitm(const MCInst *MI, unsigned OpNo, in printcrbitm() 505 void PPCInstPrinter::printMemRegImm(const MCInst *MI, unsigned OpNo, in printMemRegImm() 544 void PPCInstPrinter::printMemRegReg(const MCInst *MI, unsigned OpNo, in printMemRegReg() 558 void PPCInstPrinter::printTLSCall(const MCInst *MI, unsigned OpNo, in printTLSCall() 630 bool PPCInstPrinter::showRegistersWithPrefix() const { in showRegistersWithPrefix() [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 | 368 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 267 const char *RegName = PPCInstPrinter::getRegisterName(MO.getReg()); in printOperand() 336 RegName = PPCInstPrinter::getRegisterName(Reg); in PrintAsmOperand() 1335 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction() 1351 OutStreamer->AddComment(PPCInstPrinter:: in emitInstruction()
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1288 SRCS_MIN+= Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp
|