Home | History | Annotate | Download | only in src

Lines Matching defs:Opcode

484   static void emitThreeAddrFP(const char *Opcode, FPSign Sign,
487 static void emitFourAddrFP(const char *Opcode, FPSign Sign,
523 void dumpOpcodePred(Ostream &Str, const char *Opcode, Type Ty) const;
526 static void emitUnaryopGPR(const char *Opcode, const InstARM32Pred *Instr,
528 static void emitUnaryopFP(const char *Opcode, FPSign Sign,
530 static void emitTwoAddr(const char *Opcode, const InstARM32Pred *Instr,
532 static void emitThreeAddr(const char *Opcode, const InstARM32Pred *Instr,
534 static void emitFourAddr(const char *Opcode, const InstARM32Pred *Instr,
536 static void emitCmpLike(const char *Opcode, const InstARM32Pred *Instr,
565 emitUnaryopGPR(Opcode, this, Func, NeedsWidthSuffix);
574 dumpOpcodePred(Str, Opcode, getDest()->getType());
587 static const char *Opcode;
606 emitUnaryopFP(Opcode, Sign, this, Func);
615 dumpOpcodePred(Str, Opcode, getDest()->getType());
629 static const char *Opcode;
671 emitTwoAddr(Opcode, this, Func);
680 dumpOpcodePred(Str, Opcode, getDest()->getType());
694 static const char *Opcode;
716 dumpOpcodePred(Str, Opcode, getDest()->getType());
731 static const char *Opcode;
755 emitThreeAddr(Opcode, this, Func, SetFlags);
764 dumpOpcodePred(Str, Opcode, getDest()->getType());
779 static const char *Opcode;
805 emitThreeAddrFP(Opcode, Sign, this, Func, OpType);
814 Str << " = " << Opcode << "." << OpType << " ";
828 static const char *Opcode;
885 emitFourAddr(Opcode, this, Func);
894 dumpOpcodePred(Str, Opcode, getDest()->getType());
910 static const char *Opcode;
934 emitFourAddrFP(Opcode, Sign, this, Func);
943 Str << Opcode << "." << getDest()->getType() << " ";
959 static const char *Opcode;
978 Opcode, this, Func);
985 dumpOpcodePred(Str, Opcode, getSrc(0)->getType());
1000 static const char *Opcode;