Home
last modified time | relevance | path

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

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