Searched refs:InstFormatI (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 301 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 314 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue() 331 if (MIFrm == RISCVII::InstFormatI) in getImmOpValue()
|
H A D | RISCVBaseInfo.h | 31 InstFormatI = 3, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrFormats.td | 36 def InstFormatI : InstFormat<3>; 310 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 324 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 340 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|
H A D | RISCVInstrFormatsV.td | 70 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> { 87 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
|