Searched refs:InstFormatS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 421 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue() 434 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue() 451 else if (MIFrm == RISCVII::InstFormatS) in getImmOpValue()
|
| H A D | RISCVBaseInfo.h | 35 InstFormatS = 4, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 37 def InstFormatS : InstFormat<4>; 415 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatS> { 535 : RVInst<outs, ins, "", "", [], InstFormatS> {
|
| H A D | RISCVRegisterInfo.cpp | 569 if (MIFrm != RISCVII::InstFormatI && MIFrm != RISCVII::InstFormatS) in needsFrameBaseReg() 664 RISCVII::getFormat(MI->getDesc().TSFlags) == RISCVII::InstFormatS) && in getFrameIndexInstrOffset()
|