Lines Matching refs:Rn
89 AXDI4<(outs), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs, variable_ops),
91 !strconcat(asm, "ia${p}\t$Rn, $regs"), "", []> {
97 AXDI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs,
100 !strconcat(asm, "ia${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
106 AXDI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs,
109 !strconcat(asm, "db${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
117 AXSI4<(outs), (ins GPR:$Rn, pred:$p, spr_reglist:$regs, variable_ops),
119 !strconcat(asm, "ia${p}\t$Rn, $regs"), "", []> {
129 AXSI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, spr_reglist:$regs,
132 !strconcat(asm, "ia${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
142 AXSI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, spr_reglist:$regs,
145 !strconcat(asm, "db${p}\t$Rn!, $regs"), "$Rn = $wb", []> {