Lines Matching refs:Rd
91 int Rd, int Rn,
94 int Rd, int Rm, int Rs, int Rn);
96 int Rd, int Rm, int Rs);
115 virtual void LDR (int cc, int Rd,
117 virtual void LDRB(int cc, int Rd,
119 virtual void STR (int cc, int Rd,
121 virtual void STRB(int cc, int Rd,
123 virtual void LDRH (int cc, int Rd,
125 virtual void LDRSB(int cc, int Rd,
127 virtual void LDRSH(int cc, int Rd,
129 virtual void STRH (int cc, int Rd,
137 virtual void SWP(int cc, int Rn, int Rd, int Rm);
138 virtual void SWPB(int cc, int Rn, int Rd, int Rm);
142 virtual void CLZ(int cc, int Rd, int Rm);
143 virtual void QADD(int cc, int Rd, int Rm, int Rn);
144 virtual void QDADD(int cc, int Rd, int Rm, int Rn);
145 virtual void QSUB(int cc, int Rd, int Rm, int Rn);
146 virtual void QDSUB(int cc, int Rd, int Rm, int Rn);
148 int Rd, int Rm, int Rs);
150 int Rd, int Rm, int Rs);
152 int Rd, int Rm, int Rs, int Rn);
156 int Rd, int Rm, int Rs, int Rn);
159 virtual void UXTB16(int cc, int Rd, int Rm, int rotate);
162 virtual void UBFX(int cc, int Rd, int Rn, int lsb, int width);
180 void protectConditionalOperands(int Rd);
273 void ADDU(int Rd, int Rs, int Rt);
275 void SUBU(int Rd, int Rs, int Rt);
277 void NEGU(int Rd, int Rs);
278 void MUL(int Rd, int Rs, int Rt);
285 void SEB(int Rd, int Rt); // sign-extend byte (mips32r2)
286 void SEH(int Rd, int Rt); // sign-extend half-word (mips32r2)
294 void SLT(int Rd, int Rs, int Rt);
296 void SLTU(int Rd, int Rs, int Rt);
305 void AND(int Rd, int Rs, int Rt);
306 void ANDI(int Rd, int Rs, uint16_t imm);
307 void OR(int Rd, int Rs, int Rt);
309 void NOR(int Rd, int Rs, int Rt);
310 void NOT(int Rd, int Rs);
311 void XOR(int Rd, int Rs, int Rt);
314 void SLL(int Rd, int Rt, int shft);
315 void SLLV(int Rd, int Rt, int Rs);
316 void SRL(int Rd, int Rt, int shft);
317 void SRLV(int Rd, int Rt, int Rs);
318 void SRA(int Rd, int Rt, int shft);
319 void SRAV(int Rd, int Rt, int Rs);
320 void ROTR(int Rd, int Rt, int shft); // mips32r2
321 void ROTRV(int Rd, int Rt, int Rs); // mips32r2
322 void RORsyn(int Rd, int Rs, int Rt); // synthetic: d = s rotated by t
323 void RORIsyn(int Rd, int Rt, int rot); // synthetic: d = s rotated by immed
325 void CLO(int Rd, int Rs);
326 void CLZ(int Rd, int Rs);
327 void WSBH(int Rd, int Rt);
350 void MOVE(int Rd, int Rs);
351 void MOVN(int Rd, int Rs, int Rt);
352 void MOVZ(int Rd, int Rs, int Rt);
353 void MFHI(int Rd);
354 void MFLO(int Rd);