Searched refs:InstFormatJ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVInstrFormats.td | 40 def InstFormatJ : InstFormat<7>; 460 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatJ> { 591 : RVInst<outs, ins, "", "", [], InstFormatJ> {
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| HD | RISCVBaseInfo.h | 39 InstFormatJ = 7, enumerator
|
| HD | RISCVMCCodeEmitter.cpp | 503 if (MIFrm == RISCVII::InstFormatJ) { in getImmOpValue()
|