Lines Matching full:rx
42 bits<5> rx;
45 let Inst{20 - 16} = {rx};
56 : F_XZ_FG<3, sop, (outs regtype1:$vrz), (ins regtype2:$rx), !strconcat(op, "\t$vrz, $rx"),
144 bits<5> rx;
149 let Inst{20 - 16} = rx; //rx
159 bits<5> rx;
163 let Inst{20 - 16} = rx; //rx
176 let Inst{20 - 16} = 0; //rx
185 bits<5> rx;
191 let Inst{20 - 16} = rx; // rx;
202 : F_I8_XY_MEM<sop, sop_su, (outs regtype:$vrz), (ins GPR:$rx, operand:$imm8),
203 !strconcat(op#op_su, "\t$vrz, ($rx, ${imm8})"), []>;
207 : F_XYZ_MEM<sop, sop_su, (outs regtype:$vrz), (ins GPR:$rx, GPR:$ry, uimm2:$imm),
208 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>;
212 : F_I8_XY_MEM<sop, sop_su, (outs), (ins regtype:$vrz, GPR:$rx, operand:$imm8),
213 !strconcat(op#op_su, "\t$vrz, ($rx, ${imm8})"), []>;
217 : F_XYZ_MEM<sop, sop_su, (outs), (ins regtype:$vrz, GPR:$rx, GPR:$ry, uimm2:$imm),
218 op#op_su#"\t$vrz, ($rx, $ry << ${imm})", []>;
258 (ins GPR:$rx, regseq_f1:$regs, variable_ops),
259 !strconcat(op#"s", "\t$regs, (${rx})"), []>;
262 (ins GPR:$rx, regseq_d1:$regs, variable_ops),
263 !strconcat(op#"d", "\t$regs, (${rx})"), []>;
268 (ins GPR:$rx, regseq_f1:$regs, variable_ops),
269 !strconcat(op#"s", "\t$regs, (${rx})"), []>;
272 (ins GPR:$rx, regseq_d1:$regs, variable_ops),
273 !strconcat(op#"d", "\t$regs, (${rx})"), []>;