Searched refs:InstFormatB (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 34 InstFormatB = 5, enumerator
|
| H A D | RISCVMCCodeEmitter.cpp | 352 } else if (MIFrm == RISCVII::InstFormatB) { in getImmOpValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 38 def InstFormatB : InstFormat<5>; 398 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatB> { 522 : RVInst<outs, ins, "", "", [], InstFormatB> {
|