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