Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp292 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
305 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
322 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
H A DRISCVBaseInfo.h33 InstFormatS = 4, enumerator
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td37 def InstFormatS : InstFormat<4>;
383 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatS> {
503 : RVInst<outs, ins, "", "", [], InstFormatS> {