Lines Matching defs:OpRd
268 void AssemblerMIPS32::emitRdRtSa(IValueT Opcode, const Operand *OpRd, in emitRdRtSa()
281 void AssemblerMIPS32::emitRdRsRt(IValueT Opcode, const Operand *OpRd, in emitRdRsRt()
407 void AssemblerMIPS32::addu(const Operand *OpRd, const Operand *OpRs, in addu()
413 void AssemblerMIPS32::and_(const Operand *OpRd, const Operand *OpRs, in and_()
525 void AssemblerMIPS32::clz(const Operand *OpRd, const Operand *OpRs) { in clz()
654 void AssemblerMIPS32::jalr(const Operand *OpRs, const Operand *OpRd) { in jalr()
770 void AssemblerMIPS32::mfhi(const Operand *OpRd) { in mfhi()
777 void AssemblerMIPS32::mflo(const Operand *OpRd) { in mflo()
794 void AssemblerMIPS32::move(const Operand *OpRd, const Operand *OpRs) { in move()
833 void AssemblerMIPS32::movf(const Operand *OpRd, const Operand *OpRs, in movf()
850 void AssemblerMIPS32::movn(const Operand *OpRd, const Operand *OpRs, in movn()
868 void AssemblerMIPS32::movt(const Operand *OpRd, const Operand *OpRs, in movt()
891 void AssemblerMIPS32::movz(const Operand *OpRd, const Operand *OpRs, in movz()
922 void AssemblerMIPS32::mul(const Operand *OpRd, const Operand *OpRs, in mul()
950 void AssemblerMIPS32::nor(const Operand *OpRd, const Operand *OpRs, in nor()
956 void AssemblerMIPS32::or_(const Operand *OpRd, const Operand *OpRs, in or_()
980 void AssemblerMIPS32::sll(const Operand *OpRd, const Operand *OpRt, in sll()
986 void AssemblerMIPS32::sllv(const Operand *OpRd, const Operand *OpRt, in sllv()
992 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt()
1004 void AssemblerMIPS32::sltu(const Operand *OpRd, const Operand *OpRs, in sltu()
1026 void AssemblerMIPS32::sra(const Operand *OpRd, const Operand *OpRt, in sra()
1032 void AssemblerMIPS32::srl(const Operand *OpRd, const Operand *OpRt, in srl()
1038 void AssemblerMIPS32::srav(const Operand *OpRd, const Operand *OpRt, in srav()
1044 void AssemblerMIPS32::srlv(const Operand *OpRd, const Operand *OpRt, in srlv()
1062 void AssemblerMIPS32::subu(const Operand *OpRd, const Operand *OpRs, in subu()
1179 void AssemblerMIPS32::xor_(const Operand *OpRd, const Operand *OpRs, in xor_()