Home
last modified time | relevance | path

Searched refs:RISCVInstPrinter (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp51 bool RISCVInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption()
69 void RISCVInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
84 void RISCVInstPrinter::printRegName(raw_ostream &O, MCRegister Reg) { in printRegName()
88 void RISCVInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
107 void RISCVInstPrinter::printBranchOperand(const MCInst *MI, uint64_t Address, in printBranchOperand()
125 void RISCVInstPrinter::printCSRSystemRegister(const MCInst *MI, unsigned OpNo, in printCSRSystemRegister()
141 void RISCVInstPrinter::printFenceArg(const MCInst *MI, unsigned OpNo, in printFenceArg()
159 void RISCVInstPrinter::printFRMArg(const MCInst *MI, unsigned OpNo, in printFRMArg()
168 void RISCVInstPrinter::printFRMArgLegacy(const MCInst *MI, unsigned OpNo, in printFRMArgLegacy()
181 void RISCVInstPrinter::printFPImmOperand(const MCInst *MI, unsigned OpNo, in printFPImmOperand()
[all …]
H A DRISCVInstPrinter.h21 class RISCVInstPrinter : public MCInstPrinter {
23 RISCVInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, in RISCVInstPrinter() function
H A DRISCVMCTargetDesc.cpp107 return new RISCVInstPrinter(MAI, MII, MRI); in createRISCVMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp370 OS << RISCVInstPrinter::getRegisterName(RISCV::X0); in PrintAsmOperand()
393 OS << RISCVInstPrinter::getRegisterName(MO.getReg()); in PrintAsmOperand()
445 OS << "(" << RISCVInstPrinter::getRegisterName(AddrReg.getReg()) << ")"; in PrintAsmMemoryOperand()
H A DRISCVInstrInfoXqci.td1761 // - Decompression (in RISCVInstPrinter::printInst)
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1026 return RISCVInstPrinter::getRegisterName(Reg); in print()
/freebsd/lib/clang/libllvm/
H A DMakefile1677 SRCS_MIN+= Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp