Searched refs:CSKYInstPrinter (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp1 //===-- CSKYInstPrinter.cpp - Convert CSKY MCInst to asm syntax ---------===//
12 #include "CSKYInstPrinter.h"
54 bool CSKYInstPrinter::applyTargetSpecificCLOption(StringRef Opt) {
75 void CSKYInstPrinter::printInst(const MCInst *MI, uint64_t Address,
85 void CSKYInstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const {
93 void CSKYInstPrinter::printFPRRegName(raw_ostream &O, unsigned RegNo) const {
100 void CSKYInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
146 void CSKYInstPrinter::printDataSymbol(const MCInst *MI, unsigned OpNo,
159 void CSKYInstPrinter::printConstpool(const MCInst *MI, uint64_t Address,
182 void CSKYInstPrinter
[all...]
H A DCSKYInstPrinter.h1 //===-- CSKYInstPrinter.h - Convert CSKY MCInst to asm syntax ---*- C++ -*----//
21 class CSKYInstPrinter : public MCInstPrinter { class in namespace:llvm
26 CSKYInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, function in class:llvm::CSKYInstPrinter
H A DCSKYMCTargetDesc.cpp16 #include "CSKYInstPrinter.h"
63 return new CSKYInstPrinter(MAI, MII, MRI);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp17 #include "MCTargetDesc/CSKYInstPrinter.h"
279 OS << CSKYInstPrinter::getRegisterName(MO.getReg() + 1);
292 OS << CSKYInstPrinter::getRegisterName(MO.getReg());
319 OS << "(" << CSKYInstPrinter::getRegisterName(MO.getReg()) << ", 0)";
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp9 #include "MCTargetDesc/CSKYInstPrinter.h"
436 return CSKYInstPrinter::getRegisterName(Reg);

Completed in 133 milliseconds