Lines Matching refs:Rn
100 const char* form = "'Rd, 'Rn, 'Rm'NDP";
101 const char* form_cmp = "'Rn, 'Rm'NDP";
190 const char* form = "'Rd, 'Rn, 'Rm";
230 const char* form = "'Rds, 'Rn, 'ITri";
263 form = "'Rn, 'ITri";
304 const char* form = "'Rd, 'Rn, 'Rm'NLo";
332 form = "'Rn, 'Rm'NLo";
363 const char* form = "'Rn, 'Rm, 'INzcv, 'Cond";
383 const char* form = "'Rn, 'IP, 'INzcv, 'Cond";
402 bool rn_is_rm = (instr->Rn() == instr->Rm());
404 const char* form = "'Rd, 'Rn, 'Rm, 'Cond";
406 const char* form_update = "'Rd, 'Rn, 'CInv";
462 const char* form_shift_right = "'Rd, 'Rn, 'IBr";
464 const char* form_bfiz = "'Rd, 'Rn, 'IBZ-r, 'IBs+1";
465 const char* form_bfx = "'Rd, 'Rn, 'IBr, 'IBs-r+1";
466 const char* form_lsl = "'Rd, 'Rn, 'IBZ-r";
534 const char* form = "'Rd, 'Rn, 'Rm, 'IExtract";
539 if (instr->Rn() == instr->Rm()) {
541 form = "'Rd, 'Rn, 'IExtract";
588 if (instr->Rn() == kLinkRegCode) {
618 const char* form = "'Rd, 'Rn";
643 const char* form = "'Rd, 'Rn, 'Rm";
668 const char* form_rrr = "'Rd, 'Rn, 'Rm";
669 const char* form_rrrr = "'Rd, 'Rn, 'Rm, 'Ra";
1280 const char* form_fr = "'Fd, 'Rn";
1295 form = "'Vd.D[1], 'Rn";
1396 const char* form_fr = "'Fd, 'Rn, 'IFPFBits";
1588 if (instr->Rm() == instr->Rn()) {
3566 int reg_num = instr->Rn();
3716 reg_num = instr->Rn();
4220 if (((instr->Rd() == kZeroRegCode) || (instr->Rn() == kZeroRegCode)) &&