Lines Matching defs:Opcode
297 void dumpOpcode(Ostream &Str, const char *Opcode, Type Ty) const {
298 Str << Opcode << "." << Ty;
305 static void emitUnaryopGPR(const char *Opcode, const InstMIPS32 *Inst,
307 static void emitUnaryopGPRFLoHi(const char *Opcode, const InstMIPS32 *Inst,
309 static void emitUnaryopGPRTLoHi(const char *Opcode, const InstMIPS32 *Inst,
311 static void emitTwoAddr(const char *Opcode, const InstMIPS32 *Inst,
313 static void emitThreeAddr(const char *Opcode, const InstMIPS32 *Inst,
315 static void emitThreeAddrLoHi(const char *Opcode, const InstMIPS32 *Inst,
370 emitUnaryopGPR(Opcode, this, Func);
380 dumpOpcode(Str, Opcode, getDest()->getType());
396 static const char *Opcode;
400 /// Instructions of the form opcode reg, reg.
416 emitTwoAddr(Opcode, this, Func);
429 dumpOpcode(Str, Opcode, getDest()->getType());
441 static const char *Opcode;
444 /// Instructions of the form opcode reg, reg.
460 emitTwoAddr(Opcode, this, Func);
473 dumpOpcode(Str, Opcode, getDest()->getType());
485 static const char *Opcode;
507 emitThreeAddr(Opcode, this, Func);
520 dumpOpcode(Str, Opcode, getDest()->getType());
534 static const char *Opcode;
556 emitThreeAddr(Opcode, this, Func);
569 dumpOpcode(Str, Opcode, getDest()->getType());
583 static const char *Opcode;
587 // Its format is "OPCODE GPR, OFFSET(BASE GPR)"
608 Str << "\t" << Opcode << "\t";
656 dumpOpcode(Str, Opcode, getDest()->getType());
671 static const char *Opcode;
676 // Its format is "OPCODE GPR, OFFSET(BASE GPR)"
698 Str << "\t" << Opcode << "\t";
746 dumpOpcode(Str, Opcode, getSrc(0)->getType());
762 static const char *Opcode;
913 Str << "\t" << Opcode << "\t";
929 dumpOpcode(Str, Opcode, getSrc(0)->getType());
943 static const char *Opcode;
960 Str << "\t" << Opcode << "\t";
966 Func->getContext()->getStrDump() << Opcode << "\t";
977 static const char *Opcode;
1000 Str << "\t" << Opcode << "\t";
1016 dumpOpcode(Str, Opcode, getSrc(0)->getType());
1031 static const char *Opcode;
1064 Str << "\t" << Opcode << "\t";
1093 dumpOpcode(Str, Opcode, getDest()->getType());
1136 static const char *Opcode;
1161 Str << "\t" << Opcode << "\t";
1180 dumpOpcode(Str, Opcode, getDest()->getType());
1194 static const char *Opcode;