Searched refs:CSKYInstPrinter (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYInstPrinter.cpp | 54 bool CSKYInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption() 75 void CSKYInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 85 void CSKYInstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const { in printRegName() 93 void CSKYInstPrinter::printFPRRegName(raw_ostream &O, unsigned RegNo) const { in printFPRRegName() 100 void CSKYInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 146 void CSKYInstPrinter::printDataSymbol(const MCInst *MI, unsigned OpNo, in printDataSymbol() 159 void CSKYInstPrinter::printConstpool(const MCInst *MI, uint64_t Address, in printConstpool() 182 void CSKYInstPrinter::printCSKYSymbolOperand(const MCInst *MI, uint64_t Address, in printCSKYSymbolOperand() 200 void CSKYInstPrinter::printPSRFlag(const MCInst *MI, unsigned OpNo, in printPSRFlag() 216 void CSKYInstPrinter::printRegisterSeq(const MCInst *MI, unsigned OpNum, in printRegisterSeq() [all …]
|
H A D | CSKYInstPrinter.h | 21 class CSKYInstPrinter : public MCInstPrinter { 26 CSKYInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in CSKYInstPrinter() function
|
H A D | CSKYMCTargetDesc.cpp | 63 return new CSKYInstPrinter(MAI, MII, MRI); in createCSKYMCInstPrinter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYAsmPrinter.cpp | 279 OS << CSKYInstPrinter::getRegisterName(MO.getReg() + 1); in PrintAsmOperand() 292 OS << CSKYInstPrinter::getRegisterName(MO.getReg()); in PrintAsmOperand() 319 OS << "(" << CSKYInstPrinter::getRegisterName(MO.getReg()) << ", 0)"; in PrintAsmMemoryOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 436 return CSKYInstPrinter::getRegisterName(Reg); in print()
|