Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp51 void PPCInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { in printRegName()
68 void PPCInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst()
274 void PPCInstPrinter::printATBitsAsHint(const MCInst *MI, unsigned OpNo, in printATBitsAsHint()
283 void PPCInstPrinter::printU1ImmOperand(const MCInst *MI, unsigned OpNo, in printU1ImmOperand()
290 void PPCInstPrinter::printU2ImmOperand(const MCInst *MI, unsigned OpNo, in printU2ImmOperand()
401 void PPCInstPrinter::printcrbitm(const MCInst *MI, unsigned OpNo, in printcrbitm()
419 void PPCInstPrinter::printMemRegImm(const MCInst *MI, unsigned OpNo, in printMemRegImm()
430 void PPCInstPrinter::printMemRegReg(const MCInst *MI, unsigned OpNo, in printMemRegReg()
443 void PPCInstPrinter::printTLSCall(const MCInst *MI, unsigned OpNo, in printTLSCall()
499 bool PPCInstPrinter::showRegistersWithPrefix() const { in showRegistersWithPrefix()
[all …]
H A DPPCInstPrinter.h22 class PPCInstPrinter : public MCInstPrinter {
31 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in PPCInstPrinter() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp260 return new PPCInstPrinter(MAI, MII, MRI, T); in createPPCMCInstPrinter()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp171 const char *RegName = PPCInstPrinter::getRegisterName(Reg); in printOperand()
264 RegName = PPCInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
1044 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
1060 OutStreamer->AddComment(PPCInstPrinter:: in EmitInstruction()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1090 SRCS_MIN+= Target/PowerPC/InstPrinter/PPCInstPrinter.cpp