Searched refs:InstFormatI (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 428 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 441 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 458 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 511 } else if (MIFrm == RISCVII::InstFormatI) { in getImmOpValue()
|
| H A D | RISCVBaseInfo.h | 35 InstFormatI = 3, enumerator
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsV.td | 58 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 75 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|
| H A D | RISCVInstrFormats.td | 36 def InstFormatI : InstFormat<3>; 372 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 519 : RVInst<outs, ins, "", "", [], InstFormatI> {
|
| H A D | RISCVRegisterInfo.cpp | 602 if (MIFrm != RISCVII::InstFormatI && MIFrm != RISCVII::InstFormatS) in needsFrameBaseReg() 705 assert((RISCVII::getFormat(MI->getDesc().TSFlags) == RISCVII::InstFormatI || in getFrameIndexInstrOffset()
|