Searched refs:SparcInstPrinter (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcInstPrinter.cpp | 37 bool SparcInstPrinter::isV9(const MCSubtargetInfo &STI) const { in isV9() 41 void SparcInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg) const { in printRegName() 45 void SparcInstPrinter::printRegName(raw_ostream &OS, MCRegister Reg, in printRegName() 50 void SparcInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 59 bool SparcInstPrinter::printSparcAliasInstr(const MCInst *MI, in printSparcAliasInstr() 113 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand() 149 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand() 174 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand() 217 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum, in printGetPCX() 224 void SparcInstPrinter::printMembarTag(const MCInst *MI, int opNum, in printMembarTag() [all …]
|
H A D | SparcTargetStreamer.cpp | 31 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterIgnore() 37 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterScratch()
|
H A D | SparcInstPrinter.h | 21 class SparcInstPrinter : public MCInstPrinter { 23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter() function
|
H A D | SparcMCTargetDesc.cpp | 107 return new SparcInstPrinter(MAI, MII, MRI); in createSparcMCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 60 return SparcInstPrinter::getRegisterName(Reg); in getRegisterName() 427 O << '%' << SparcInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
|
H A D | SparcInstrAliases.td | 419 // SparcInstPrinter.cpp
|