Searched refs:InstFormatB (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 38 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 D | RISCVBaseInfo.h | 37 InstFormatB = 5, enumerator
|
| H A D | RISCVMCCodeEmitter.cpp | 661 } else if (MIFrm == RISCVII::InstFormatB) { in getImmOpValue()
|