Lines Matching defs:Rd
349 void ArmToMipsAssembler::protectConditionalOperands(int Rd) in protectConditionalOperands()
412 int s, int Rd, int Rn, uint32_t Op2) in dataProcessing()
608 int Rd, int Rm, int Rs, int Rn) { in MLA()
621 int Rd, int Rm, int Rs) { in MUL()
762 void ArmToMipsAssembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset) in LDR()
796 void ArmToMipsAssembler::LDRB(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRB()
825 void ArmToMipsAssembler::STR(int cc __unused, int Rd, int Rn, uint32_t offset) in STR()
861 void ArmToMipsAssembler::STRB(int cc __unused, int Rd, int Rn, uint32_t offset) in STRB()
889 void ArmToMipsAssembler::LDRH(int cc __unused, int Rd, int Rn, uint32_t offset) in LDRH()
933 void ArmToMipsAssembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset) in STRH()
1040 void ArmToMipsAssembler::CLZ(int cc __unused, int Rd, int Rm) in CLZ()
1084 int Rd, int Rm, int Rs) in SMUL()
1123 int Rd, int Rm, int Rs) in SMULW()
1143 int Rd, int Rm, int Rs, int Rn) in SMLA()
1203 void ArmToMipsAssembler::UXTB16(int cc __unused, int Rd, int Rm, int rotate) in UXTB16()
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()