Home
last modified time | relevance | path

Searched refs:InstFormatJ (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrFormats.td40 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/
HDRISCVBaseInfo.h39 InstFormatJ = 7, enumerator
HDRISCVMCCodeEmitter.cpp503 if (MIFrm == RISCVII::InstFormatJ) { in getImmOpValue()