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