Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVInstPrinter.h53 void printRlist(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
HDRISCVBaseInfo.cpp226 void RISCVZC::printRlist(unsigned SlistEncode, raw_ostream &OS) { in printRlist() function in llvm::RISCVZC
HDRISCVInstPrinter.cpp225 void RISCVInstPrinter::printRlist(const MCInst *MI, unsigned OpNo, in printRlist() function in RISCVInstPrinter
HDRISCVBaseInfo.h604 void printRlist(unsigned SlistEncode, raw_ostream &OS);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoZc.td62 let PrintMethod = "printRlist";
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
HDRISCVAsmParser.cpp1089 RISCVZC::printRlist(Rlist.Val, OS); in print()