Lines Matching refs:reglist
1706 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1721 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1736 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1751 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1775 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1793 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1811 T2XI<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
1829 T2XIt<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3508 reglist:$regs, variable_ops),
3510 (t2LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>,
4532 def : t2InstAlias<"push${p}.w $regs", (t2STMDB_UPD SP, pred:$p, reglist:$regs)>;
4533 def : t2InstAlias<"push${p} $regs", (t2STMDB_UPD SP, pred:$p, reglist:$regs)>;
4534 def : t2InstAlias<"pop${p}.w $regs", (t2LDMIA_UPD SP, pred:$p, reglist:$regs)>;
4535 def : t2InstAlias<"pop${p} $regs", (t2LDMIA_UPD SP, pred:$p, reglist:$regs)>;
4539 (t2STMIA GPR:$Rn, pred:$p, reglist:$regs)>;
4541 (t2STMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4545 (t2LDMIA GPR:$Rn, pred:$p, reglist:$regs)>;
4547 (t2LDMIA_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4551 (t2STMDB GPR:$Rn, pred:$p, reglist:$regs)>;
4553 (t2STMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4557 (t2LDMDB GPR:$Rn, pred:$p, reglist:$regs)>;
4559 (t2LDMDB_UPD GPR:$Rn, pred:$p, reglist:$regs)>;
4587 (t2STMIA GPR:$Rn, pred:$p, reglist:$regs)>;