Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp303 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
316 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
333 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
H A DRISCVBaseInfo.h32 InstFormatS = 4, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td37 def InstFormatS : InstFormat<4>;
355 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatS> {