Lines Matching refs:Rn
124 AXDI4<(outs), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs, variable_ops),
126 !strconcat(asm, "ia${p}\t$Rn, $regs"), "", []> {
132 AXDI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs,
135 !strconcat(asm, "ia${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
141 AXDI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs,
144 !strconcat(asm, "db${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
152 AXSI4<(outs), (ins GPR:$Rn, pred:$p, spr_reglist:$regs, variable_ops),
154 !strconcat(asm, "ia${p}\t$Rn, $regs"), "", []> {
164 AXSI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, spr_reglist:$regs,
167 !strconcat(asm, "ia${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
177 AXSI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, spr_reglist:$regs,
180 !strconcat(asm, "db${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
248 AXXI4<(outs), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs, variable_ops),
249 IndexModeNone, !strconcat(asm, "iax${p}\t$Rn, $regs"), "", []> {
255 AXXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs, variable_ops),
256 IndexModeUpd, !strconcat(asm, "iax${p}\t$Rn!, $regs"), "$Rn = $wb", []> {
262 AXXI4<(outs GPR:$wb), (ins GPR:$Rn, pred:$p, dpr_reglist:$regs, variable_ops),
263 IndexModeUpd, !strconcat(asm, "dbx${p}\t$Rn!, $regs"), "$Rn = $wb", []> {