Home
last modified time | relevance | path

Searched refs:InstFormatB (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.h33 InstFormatB = 5, enumerator
DRISCVMCCodeEmitter.cpp363 } else if (MIFrm == RISCVII::InstFormatB) { in getImmOpValue()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrFormats.td38 def InstFormatB : InstFormat<5>;
370 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatB> {