Lines Matching refs:ins
13 class RVInst16<dag outs, dag ins, string opcodestr, string argstr,
15 : RVInstCommon<outs, ins, opcodestr, argstr, pattern, format> {
25 class RVInst16CR<bits<4> funct4, bits<2> opcode, dag outs, dag ins,
27 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCR> {
40 class RVInst16CI<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
42 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCI> {
55 class RVInst16CSS<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
57 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCSS> {
67 class RVInst16CIW<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
69 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCIW> {
81 class RVInst16CL<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
83 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCL> {
96 class RVInst16CS<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
98 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCS> {
109 dag ins, string opcodestr, string argstr>
110 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCA> {
121 class RVInst16CB<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
123 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCB> {
132 class RVInst16CJ<bits<3> funct3, bits<2> opcode, dag outs, dag ins,
134 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCJ> {
150 dag ins, string opcodestr, string argstr>
151 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCU>{
163 class RVInst16CLB<bits<6> funct6, bits<2> opcode, dag outs, dag ins,
165 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCLB> {
179 dag ins, string opcodestr, string argstr>
180 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCLH> {
194 class RVInst16CSB<bits<6> funct6, bits<2> opcode, dag outs, dag ins,
196 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCSB> {
210 dag ins, string opcodestr, string argstr>
211 : RVInst16<outs, ins, opcodestr, argstr, [], InstFormatCSH> {
226 class DirectiveInsnCR<dag outs, dag ins, string argstr>
227 : RVInst16<outs, ins, "", "", [], InstFormatCR> {
242 class DirectiveInsnCI<dag outs, dag ins, string argstr>
243 : RVInst16<outs, ins, "", "", [], InstFormatCI> {
259 class DirectiveInsnCIW<dag outs, dag ins, string argstr>
260 : RVInst16<outs, ins, "", "", [], InstFormatCIW> {
275 class DirectiveInsnCSS<dag outs, dag ins, string argstr>
276 : RVInst16<outs, ins, "", "", [], InstFormatCSS> {
291 class DirectiveInsnCL<dag outs, dag ins, string argstr>
292 : RVInst16<outs, ins, "", "", [], InstFormatCL> {
310 class DirectiveInsnCS<dag outs, dag ins, string argstr>
311 : RVInst16<outs, ins, "", "", [], InstFormatCS> {
329 class DirectiveInsnCA<dag outs, dag ins, string argstr>
330 : RVInst16<outs, ins, "", "", [], InstFormatCA> {
347 class DirectiveInsnCB<dag outs, dag ins, string argstr>
348 : RVInst16<outs, ins, "", "", [], InstFormatCB> {
367 class DirectiveInsnCJ<dag outs, dag ins, string argstr>
368 : RVInst16<outs, ins, "", "", [], InstFormatCJ> {