Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVInstPrinter.h55 void printRegList(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI,
H A DRISCVBaseInfo.cpp253 void RISCVZC::printRegList(unsigned RlistEncode, raw_ostream &OS) { in printRegList() function in llvm::RISCVZC
H A DRISCVInstPrinter.cpp246 void RISCVInstPrinter::printRegList(const MCInst *MI, unsigned OpNo, in printRegList() function in RISCVInstPrinter
H A DRISCVBaseInfo.h670 void printRegList(unsigned RlistEncode, raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXqccmp.td38 let PrintMethod = "printRegList";
H A DRISCVInstrInfoZc.td63 let PrintMethod = "printRegList";
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1067 RISCVZC::printRegList(RegList.Encoding, OS); in print()