Lines Matching refs:argstr
13 class RVInst16<dag outs, dag ins, string opcodestr, string argstr,
30 let AsmString = opcodestr # "\t" # argstr;
37 string opcodestr, string argstr>
38 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCR> {
52 string opcodestr, string argstr>
53 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCI> {
68 string opcodestr, string argstr>
69 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCSS> {
80 string opcodestr, string argstr>
81 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCIW> {
94 string opcodestr, string argstr>
95 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCL> {
109 string opcodestr, string argstr>
110 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCS> {
121 dag ins, string opcodestr, string argstr>
122 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCA> {
134 string opcodestr, string argstr>
135 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCB> {
145 string opcodestr, string argstr>
146 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCJ> {