Searched refs:InstFormatCJ (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsC.td | 134 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCJ> { 368 : RVInst16<outs, ins, "", "", [], InstFormatCJ> {
|
| H A D | RISCVInstrFormats.td | 49 def InstFormatCJ : InstFormat<16>;
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 48 InstFormatCJ = 16, enumerator
|
| H A D | RISCVMCCodeEmitter.cpp | 507 } else if (MIFrm == RISCVII::InstFormatCJ) { in getImmOpValue()
|