Lines Matching defs:Rd
355 void ArmToMipsAssembler::protectConditionalOperands(int Rd) in protectConditionalOperands()
418 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
614 int Rd, int Rm, int Rs, int Rn) { in MLA()
627 int Rd, int Rm, int Rs) { in MUL()
768 void ArmToMipsAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) in LDR()
802 void ArmToMipsAssembler::LDRB(int cc, int Rd, int Rn, uint32_t offset) in LDRB()
831 void ArmToMipsAssembler::STR(int cc, int Rd, int Rn, uint32_t offset) in STR()
867 void ArmToMipsAssembler::STRB(int cc, int Rd, int Rn, uint32_t offset) in STRB()
895 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) in LDRH()
923 void ArmToMipsAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset) in LDRSB()
930 void ArmToMipsAssembler::LDRSH(int cc, int Rd, int Rn, uint32_t offset) in LDRSH()
937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) in STRH()
1005 void ArmToMipsAssembler::SWP(int cc, int Rn, int Rd, int Rm) { in SWP()
1012 void ArmToMipsAssembler::SWPB(int cc, int Rn, int Rd, int Rm) { in SWPB()
1042 void ArmToMipsAssembler::CLZ(int cc, int Rd, int Rm) in CLZ()
1048 void ArmToMipsAssembler::QADD(int cc, int Rd, int Rm, int Rn) in QADD()
1056 void ArmToMipsAssembler::QDADD(int cc, int Rd, int Rm, int Rn) in QDADD()
1064 void ArmToMipsAssembler::QSUB(int cc, int Rd, int Rm, int Rn) in QSUB()
1072 void ArmToMipsAssembler::QDSUB(int cc, int Rd, int Rm, int Rn) in QDSUB()
1082 int Rd, int Rm, int Rs) in SMUL()
1121 int Rd, int Rm, int Rs) in SMULW()
1141 int Rd, int Rm, int Rs, int Rn) in SMLA()
1190 int Rd, int Rm, int Rs, int Rn) in SMLAW()
1199 void ArmToMipsAssembler::UXTB16(int cc, int Rd, int Rm, int rotate) in UXTB16()
1210 void ArmToMipsAssembler::UBFX(int cc, int Rd, int Rn, int lsb, int width) in UBFX()
1439 void MIPSAssembler::ADDU(int Rd, int Rs, int Rt) in ADDU()
1452 void MIPSAssembler::SUBU(int Rd, int Rs, int Rt) in SUBU()
1465 void MIPSAssembler::NEGU(int Rd, int Rs) // really subu(d, zero, s) in NEGU()
1470 void MIPSAssembler::MUL(int Rd, int Rs, int Rt) in MUL()
1508 void MIPSAssembler::SEB(int Rd, int Rt) // sign-extend byte (mips32r2) in SEB()
1514 void MIPSAssembler::SEH(int Rd, int Rt) // sign-extend half-word (mips32r2) in SEH()
1527 void MIPSAssembler::SLT(int Rd, int Rs, int Rt) in SLT()
1539 void MIPSAssembler::SLTU(int Rd, int Rs, int Rt) in SLTU()
1557 void MIPSAssembler::AND(int Rd, int Rs, int Rt) in AND()
1569 void MIPSAssembler::OR(int Rd, int Rs, int Rt) in OR()
1580 void MIPSAssembler::NOR(int Rd, int Rs, int Rt) in NOR()
1586 void MIPSAssembler::NOT(int Rd, int Rs) in NOT()
1591 void MIPSAssembler::XOR(int Rd, int Rs, int Rt) in XOR()
1602 void MIPSAssembler::SLL(int Rd, int Rt, int shft) in SLL()
1608 void MIPSAssembler::SLLV(int Rd, int Rt, int Rs) in SLLV()
1614 void MIPSAssembler::SRL(int Rd, int Rt, int shft) in SRL()
1620 void MIPSAssembler::SRLV(int Rd, int Rt, int Rs) in SRLV()
1626 void MIPSAssembler::SRA(int Rd, int Rt, int shft) in SRA()
1632 void MIPSAssembler::SRAV(int Rd, int Rt, int Rs) in SRAV()
1638 void MIPSAssembler::ROTR(int Rd, int Rt, int shft) // mips32r2 in ROTR()
1645 void MIPSAssembler::ROTRV(int Rd, int Rt, int Rs) // mips32r2 in ROTRV()
1653 void MIPSAssembler::RORsyn(int Rd, int Rt, int Rs) in RORsyn()
1663 void MIPSAssembler::RORIsyn(int Rd, int Rt, int rot) in RORIsyn()
1672 void MIPSAssembler::CLO(int Rd, int Rs) in CLO()
1679 void MIPSAssembler::CLZ(int Rd, int Rs) in CLZ()
1686 void MIPSAssembler::WSBH(int Rd, int Rt) // mips32r2 in WSBH()
1753 void MIPSAssembler::MOVE(int Rd, int Rs) in MOVE()
1760 void MIPSAssembler::MOVN(int Rd, int Rs, int Rt) in MOVN()
1766 void MIPSAssembler::MOVZ(int Rd, int Rs, int Rt) in MOVZ()
1772 void MIPSAssembler::MFHI(int Rd) in MFHI()
1777 void MIPSAssembler::MFLO(int Rd) in MFLO()