Searched refs:InstFormatR (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrFormatsV.td | 91 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 109 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 129 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 149 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 168 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 188 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 208 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 229 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 251 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 274 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { [all …]
|
H A D | RISCVInstrFormats.td | 34 def InstFormatR : InstFormat<1>; 290 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 319 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 477 : RVInst<outs, ins, "", "", [], InstFormatR> {
|
H A D | RISCVInstrInfoXSf.td | 60 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> { 82 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
|
H A D | RISCVInstrInfoZvk.td | 34 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 33 InstFormatR = 1, enumerator
|