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>; 432 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatB> { 556 : 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 | 505 } else if (MIFrm == RISCVII::InstFormatB) { in getImmOpValue()
|