Lines Matching refs:Rn
92 void FormatNeonMemory(int Rn, int align, int Rm);
296 if (format[1] == 'n') { // 'rn: Rn register
403 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) {
405 converter_.NameOfCPURegister(Rn));
744 // Rn field to encode it.
749 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
750 // Rn field to encode the Rd register and the Rd field to encode
751 // the Rn register.
755 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
756 // Rn field to encode the Rd register and the Rd field to encode
757 // the Rn register.
763 // when referring to the target registers. They are mapped to the Rn
766 // RdHi == Rn field
2458 int Rn = instr->VnValue();
2473 FormatNeonMemory(Rn, align, Rm);
2489 FormatNeonMemory(Rn, 0, Rm);
2506 FormatNeonMemory(Rn, 0, Rm);