Lines Matching refs:reglist
1709 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1724 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1739 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1754 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1778 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1796 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1814 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1832 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3520 reglist:$regs, variable_ops),
3522 (t2LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>,
4597 def : t2InstAlias<"push${p}.w $regs", (t2STMDB_UPD SP, pred:$p, reglist:$regs)>;
4598 def : t2InstAlias<"push${p} $regs", (t2STMDB_UPD SP, pred:$p, reglist:$regs)>;
4599 def : t2InstAlias<"pop${p}.w $regs", (t2LDMIA_UPD SP, pred:$p, reglist:$regs)>;
4600 def : t2InstAlias<"pop${p} $regs", (t2LDMIA_UPD SP, pred:$p, reglist:$regs)>;
4604 (t2STMIA GPR:$Rn, pred:$p, reglist:$regs)>;
4606 (t2STMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4610 (t2LDMIA GPR:$Rn, pred:$p, reglist:$regs)>;
4612 (t2LDMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4616 (t2STMDB GPR:$Rn, pred:$p, reglist:$regs)>;
4618 (t2STMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4622 (t2LDMDB GPR:$Rn, pred:$p, reglist:$regs)>;
4624 (t2LDMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4652 (t2STMIA GPR:$Rn, pred:$p, reglist:$regs)>;