Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrFormatsC.td123 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCB> {
348 : RVInst16<outs, ins, "", "", [], InstFormatCB> {
HDRISCVInstrFormats.td48 def InstFormatCB : InstFormat<15>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVBaseInfo.h47 InstFormatCB = 15, enumerator
HDRISCVMCCodeEmitter.cpp509 } else if (MIFrm == RISCVII::InstFormatCB) { in getImmOpValue()