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