Lines Matching refs:reglist
445 def reglist : Operand<i32> {
3098 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3107 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3118 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3127 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3138 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3147 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3158 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3167 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3197 reglist:$regs, variable_ops),
3199 (LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>,
5575 def : ARMInstAlias<"push${p} $regs", (STMDB_UPD SP, pred:$p, reglist:$regs)>;
5576 def : ARMInstAlias<"pop${p} $regs", (LDMIA_UPD SP, pred:$p, reglist:$regs)>;