Home
last modified time | relevance | path

Searched refs:InstFormatCB (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td123 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCB> {
348 : RVInst16<outs, ins, "", "", [], InstFormatCB> {
H A DRISCVInstrFormats.td48 def InstFormatCB : InstFormat<15>;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h47 InstFormatCB = 15, enumerator
H A DRISCVMCCodeEmitter.cpp509 } else if (MIFrm == RISCVII::InstFormatCB) { in getImmOpValue()