Lines Matching refs:Rn
114 void FormatNeonMemory(int Rn, int align, int Rm);
440 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) { in FormatNeonMemory() argument
442 "[r%d", Rn); in FormatNeonMemory()
1595 int Rn = instr->VnValue(); in DecodeSpecialCondition() local
1604 FormatNeonMemory(Rn, align, Rm); in DecodeSpecialCondition()
1608 int Rn = instr->VnValue(); in DecodeSpecialCondition() local
1617 FormatNeonMemory(Rn, align, Rm); in DecodeSpecialCondition()
1625 int Rn = instr->Bits(19, 16); in DecodeSpecialCondition() local
1629 "pld [r%d]", Rn); in DecodeSpecialCondition()
1632 "pld [r%d, #-%d]", Rn, offset); in DecodeSpecialCondition()
1635 "pld [r%d, #+%d]", Rn, offset); in DecodeSpecialCondition()