Lines Matching refs:reglist
456 def reglist : Operand<i32> {
3131 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3140 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3151 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3160 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3171 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3180 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3191 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3200 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
3230 reglist:$regs, variable_ops),
3232 (LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>,
5630 def : ARMInstAlias<"push${p} $regs", (STMDB_UPD SP, pred:$p, reglist:$regs)>;
5631 def : ARMInstAlias<"pop${p} $regs", (LDMIA_UPD SP, pred:$p, reglist:$regs)>;