Home | History | Annotate | Download | only in arm

Lines Matching refs:Rm

214   int rm = instr->RmValue();
216 PrintRegister(rm);
219 // Special case for using rm only.
336 } else if (format[1] == 'm') { // 'rm: Rm 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");
718 Format(instr, "'memop'cond's 'rd, ['rn], -'rm");
726 Format(instr, "'memop'cond's 'rd, ['rn], +'rm");
734 Format(instr, "'memop'cond's 'rd, ['rn, -'rm]'w");
742 Format(instr, "'memop'cond's 'rd, ['rn, +'rm]'w");
759 Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
767 Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
775 Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
783 Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
801 Format(instr, "bx'cond 'rm");
804 Format(instr, "blx'cond 'rm");
816 Format(instr, "clz'cond 'rd, 'rm");
967 Format(instr, "usat 'rd, #'imm05@16, 'rm'shift_sat");
987 Format(instr, "ubfx'cond 'rd, 'rm, 'f");
989 Format(instr, "sbfx'cond 'rd, 'rm, 'f");
1001 Format(instr, "bfi'cond 'rd, 'rm, 'f");