Searched refs:InstFormatI (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXMips.td | 44 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 61 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 78 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 96 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 115 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|
| 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>; 424 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 571 : RVInst<outs, ins, "", "", [], InstFormatI> {
|
| H A D | RISCVRegisterInfo.cpp | 688 if (MIFrm != RISCVII::InstFormatI && MIFrm != RISCVII::InstFormatS) in needsFrameBaseReg() 791 assert((RISCVII::getFormat(MI->getDesc().TSFlags) == RISCVII::InstFormatI || in getFrameIndexInstrOffset()
|
| H A D | RISCVInstrInfoXSfmm.td | 37 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 610 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 623 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 636 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 674 } else if (MIFrm == RISCVII::InstFormatI) { in getImmOpValue()
|
| H A D | RISCVBaseInfo.h | 35 InstFormatI = 3, enumerator
|