Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp37 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 DSparcTargetStreamer.cpp31 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterIgnore()
37 << "%" << StringRef(SparcInstPrinter::getRegisterName(reg)).lower() in emitSparcRegisterScratch()
H A DSparcInstPrinter.h21 class SparcInstPrinter : public MCInstPrinter {
23 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in SparcInstPrinter() function
H A DSparcMCTargetDesc.cpp107 return new SparcInstPrinter(MAI, MII, MRI); in createSparcMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp60 return SparcInstPrinter::getRegisterName(Reg); in getRegisterName()
427 O << '%' << SparcInstPrinter::getRegisterName(Reg); in PrintAsmOperand()
H A DSparcInstrAliases.td419 // SparcInstPrinter.cpp