Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.cpp50 bool RISCVInstPrinter::applyTargetSpecificCLOption(StringRef Opt) { in applyTargetSpecificCLOption()
63 void RISCVInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst()
78 void RISCVInstPrinter::printRegName(raw_ostream &O, MCRegister Reg) const { in printRegName()
82 void RISCVInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand()
102 void RISCVInstPrinter::printBranchOperand(const MCInst *MI, uint64_t Address, in printBranchOperand()
120 void RISCVInstPrinter::printCSRSystemRegister(const MCInst *MI, unsigned OpNo, in printCSRSystemRegister()
134 void RISCVInstPrinter::printFenceArg(const MCInst *MI, unsigned OpNo, in printFenceArg()
152 void RISCVInstPrinter::printFRMArg(const MCInst *MI, unsigned OpNo, in printFRMArg()
161 void RISCVInstPrinter::printFRMArgLegacy(const MCInst *MI, unsigned OpNo, in printFRMArgLegacy()
174 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.cpp102 return new RISCVInstPrinter(MAI, MII, MRI); in createRISCVMCInstPrinter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp339 OS << RISCVInstPrinter::getRegisterName(RISCV::X0); in PrintAsmOperand()
355 OS << RISCVInstPrinter::getRegisterName(MO.getReg()); in PrintAsmOperand()
398 OS << "(" << RISCVInstPrinter::getRegisterName(AddrReg.getReg()) << ")"; in PrintAsmMemoryOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1052 return RISCVInstPrinter::getRegisterName(Reg); in print()
/freebsd/lib/clang/libllvm/
H A DMakefile1557 SRCS_MIN+= Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp