Lines Matching refs:argstr
115 class RVInst<dag outs, dag ins, string opcodestr, string argstr,
134 let AsmString = opcodestr # "\t" # argstr;
145 class Pseudo<dag outs, dag ins, list<dag> pattern, string opcodestr = "", string argstr = "">
146 : RVInst<outs, ins, opcodestr, argstr, pattern, InstFormatPseudo>,
186 dag ins, string opcodestr, string argstr>
187 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
201 string opcodestr, string argstr>
202 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR4> {
220 string argstr>
221 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
237 string opcodestr, string argstr>
238 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatR> {
253 string opcodestr, string argstr>
254 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
267 dag outs, dag ins, string opcodestr, string argstr>
268 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
284 dag outs, dag ins, string opcodestr, string argstr>
285 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatI> {
301 string opcodestr, string argstr>
302 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatS> {
316 string opcodestr, string argstr>
317 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatB> {
333 string argstr>
334 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatU> {
344 string argstr>
345 : RVInst<outs, ins, opcodestr, argstr, [], InstFormatJ> {