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