Home
last modified time | relevance | path

Searched refs:InstFormatCJ (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormatsC.td134 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCJ> {
368 : RVInst16<outs, ins, "", "", [], InstFormatCJ> {
H A DRISCVInstrFormats.td49 def InstFormatCJ : InstFormat<16>;
/src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h48 InstFormatCJ = 16, enumerator
H A DRISCVMCCodeEmitter.cpp507 } else if (MIFrm == RISCVII::InstFormatCJ) { in getImmOpValue()