Searched refs:InstFormatR (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsV.td | 90 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 108 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 128 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 148 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 167 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 187 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 207 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 228 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 250 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 273 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { [all …]
|
| H A D | RISCVInstrFormats.td | 34 def InstFormatR : InstFormat<1>; 254 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 305 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 322 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 443 : RVInst<outs, ins, "", "", [], InstFormatR> {
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVBaseInfo.h | 30 InstFormatR = 1, enumerator
|