Lines Matching refs:Rn
90 void FormatNeonMemory(int Rn, int align, int Rm);
415 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) { in FormatNeonMemory() argument
417 "[r%d", Rn); in FormatNeonMemory()
1726 int Rn = instr->VnValue(); in DecodeSpecialCondition() local
1735 FormatNeonMemory(Rn, align, Rm); in DecodeSpecialCondition()
1739 int Rn = instr->VnValue(); in DecodeSpecialCondition() local
1748 FormatNeonMemory(Rn, align, Rm); in DecodeSpecialCondition()
1756 int Rn = instr->Bits(19, 16); in DecodeSpecialCondition() local
1760 "pld [r%d]", Rn); in DecodeSpecialCondition()
1763 "pld [r%d, #-%d]", Rn, offset); in DecodeSpecialCondition()
1766 "pld [r%d, #+%d]", Rn, offset); in DecodeSpecialCondition()