Searched refs:InstFormatCI (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 43 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCI> { 246 : RVInst16<outs, ins, "", "", [], InstFormatCI> {
|
| H A D | RISCVInstrFormats.td | 42 def InstFormatCI : InstFormat<9>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 41 InstFormatCI = 9, enumerator
|
| H A D | RISCVMCCodeEmitter.cpp | 672 } else if (MIFrm == RISCVII::InstFormatCI) { in getImmOpValue()
|