Lines Matching refs:OpRs

75   void emitRsRt(IValueT Opcode, const Operand *OpRs, const Operand *OpRt,
78 void emitRtRsImm16(IValueT Opcode, const Operand *OpRt, const Operand *OpRs,
82 const Operand *OpRs, const Operand *OpImm,
85 void emitFtRsImm16(IValueT Opcode, const Operand *OpFt, const Operand *OpRs,
91 void emitRdRsRt(IValueT Opcode, const Operand *OpRd, const Operand *OpRs,
113 void emitBr(const CondMIPS32::Cond Cond, const Operand *OpRs,
120 void addi(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
126 void addu(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
128 void addiu(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
130 void addiu(const Operand *OpRt, const Operand *OpRs, const Operand *OpImm,
133 void and_(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
135 void andi(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
167 void clz(const Operand *OpRd, const Operand *OpRs);
181 void div(const Operand *OpRs, const Operand *OpRt);
187 void divu(const Operand *OpRs, const Operand *OpRt);
191 void jalr(const Operand *OpRs, const Operand *OpRd);
215 void move(const Operand *OpRd, const Operand *OpRs);
217 void movf(const Operand *OpRd, const Operand *OpRs, const Operand *OpCc);
219 void movn(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
225 void movt(const Operand *OpRd, const Operand *OpRs, const Operand *OpCc);
227 void movz(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
235 void mthi(const Operand *OpRs);
237 void mtlo(const Operand *OpRs);
239 void mul(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
245 void mult(const Operand *OpRs, const Operand *OpRt);
247 void multu(const Operand *OpRs, const Operand *OpRt);
249 void nor(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
251 void or_(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
253 void ori(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
261 void sllv(const Operand *OpRd, const Operand *OpRt, const Operand *OpRs);
263 void slt(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
265 void slti(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
267 void sltiu(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
269 void sltu(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
277 void srav(const Operand *OpRd, const Operand *OpRt, const Operand *OpRs);
281 void srlv(const Operand *OpRd, const Operand *OpRt, const Operand *OpRs);
287 void subu(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
299 void teq(const Operand *OpRs, const Operand *OpRt, const uint32_t TrapCode);
309 void xor_(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
311 void xori(const Operand *OpRt, const Operand *OpRs, const uint32_t Imm);
313 void bcc(const CondMIPS32::Cond Cond, const Operand *OpRs,
316 void bzc(const CondMIPS32::Cond Cond, const Operand *OpRs,