Lines Matching refs:Rm
92 void FormatNeonMemory(int Rn, int align, int Rm);
308 } else if (format[1] == 'm') { // 'rm: Rm register
403 void Decoder::FormatNeonMemory(int Rn, int align, int Rm) {
410 if (Rm == 15) {
412 } else if (Rm == 13) {
416 converter_.NameOfCPURegister(Rm));
749 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
755 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
767 // The order of registers is: <RdLo>, <RdHi>, <Rm>, <Rs>
2459 int Rm = instr->VmValue();
2473 FormatNeonMemory(Rn, align, Rm);
2489 FormatNeonMemory(Rn, 0, Rm);
2506 FormatNeonMemory(Rn, 0, Rm);