Home | History | Annotate | Download | only in arm

Lines Matching refs:Rs

236     int rs = instr->RsValue();
239 PrintRegister(rs);
332 } else if (format[1] == 's') { // 'rs: Rs register
693 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
696 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
699 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
707 // The order of registers is: <RdLo>, <RdHi>, <Rm>, <Rs>
708 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");