Searched refs:InstFormatR (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrFormatsV.td | 103 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 121 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 141 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 161 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 180 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 200 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 220 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 241 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 263 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 286 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { [all …]
|
H A D | RISCVInstrFormats.td | 34 def InstFormatR : InstFormat<1>; 226 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 277 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 294 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 29 InstFormatR = 1, enumerator
|