Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td38 def InstFormatB : InstFormat<5>;
484 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatB> {
608 : RVInst<outs, ins, "", "", [], InstFormatB> {
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h37 InstFormatB = 5, enumerator
H A DRISCVMCCodeEmitter.cpp661 } else if (MIFrm == RISCVII::InstFormatB) { in getImmOpValue()