Searched refs:InstFormatS (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 292 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 D | RISCVBaseInfo.h | 33 InstFormatS = 4, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 37 def InstFormatS : InstFormat<4>; 383 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatS> { 503 : RVInst<outs, ins, "", "", [], InstFormatS> {
|