Lines Matching defs:rm
2014 int rm = instr->RmValue();
2017 int32_t rm_val = get_register(rm);
2023 // Format(instr, "mul'cond's 'rn, 'rm, 'rs");
2032 // of registers as "Rd, Rm, Rs, Rn". But confusingly it uses the
2035 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
2047 // Format(instr, "'um'al'cond's 'rd, 'rn, 'rs, 'rm");
2082 int rm = instr->RmValue();
2083 int32_t rm_val = get_register(rm);
2086 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
2094 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
2102 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
2111 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
2210 int rm = instr->RmValue();
2213 set_pc(get_register(rm));
2217 set_pc(get_register(rm));
2231 int rm = instr->RmValue();
2235 uint32_t bits = get_register(rm);
2967 ASSERT((mode == RN) || (mode == RM) || (mode == RZ));
2986 case RM:
3046 ASSERT((mode == RM) || (mode == RZ) || (mode == RN));
3080 case RM: