Lines Matching refs:rd
86 { kRTypeMask | (0x1f << 11), 9 | (31 << 11), "jalr", "S", }, // rd = 31 is implicit.
87 { kRTypeMask | (0x1f << 11), 9, "jr", "S", }, // rd = 0 is implicit.
523 uint32_t rd = (instruction >> 11) & 0x1f; // R-type.
566 case 'D': args << RegName(rd); break;
567 case 'd': args << 'f' << rd; break;
590 args << (rd - sa + 33);
657 case 'Z': args << (rd + 1); break; // sz ([d]ext size).
658 case 'z': args << (rd - sa + 1); break; // sz ([d]ins, dinsu size).
660 case 'm': args << 'w' << rd; break;
737 args << StringPrintf("%+d(%s)", s10 << df, RegName(rd));
745 args << 'w' << rd << '[' << (df_n & 0xf) << ']';
750 args << 'w' << rd << '[' << (df_n & 0x7) << ']';
755 args << 'w' << rd << '[' << (df_n & 0x3) << ']';
760 args << 'w' << rd << '[' << (df_n & 0x1) << ']';