Lines Matching full:reglist
415 def RegListAsmOperand : AsmOperandClass { let Name = "RegList"; }
416 def reglist : Operand<i32> {
2772 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2781 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2792 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2801 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2812 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2821 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2832 AXI4<(outs), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2841 AXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, reglist:$regs, variable_ops),
2870 reglist:$regs, variable_ops),
2872 (LDMIA_UPD GPR:$wb, GPR:$Rn, pred:$p, reglist:$regs)>,
5036 def : ARMInstAlias<"push${p} $regs", (STMDB_UPD SP, pred:$p, reglist:$regs)>;
5037 def : ARMInstAlias<"pop${p} $regs", (LDMIA_UPD SP, pred:$p, reglist:$regs)>;