Searched refs:InstFormatI (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCCodeEmitter.cpp | 290 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 303 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 320 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue()
|
| H A D | RISCVBaseInfo.h | 32 InstFormatI = 3, enumerator
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormats.td | 36 def InstFormatI : InstFormat<3>; 338 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 352 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 368 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 485 : RVInst<outs, ins, "", "", [], InstFormatI> {
|
| H A D | RISCVInstrFormatsV.td | 57 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 74 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|