Lines Matching refs:EmitInstruction

80     virtual void EmitInstruction(const MachineInstr *MI);
323 /// EmitInstruction -- Print out a single PowerPC MI in Darwin syntax to
326 void PPCAsmPrinter::EmitInstruction(const MachineInstr *MI) {
343 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BL)
379 OutStreamer.EmitInstruction(TmpInst);
425 OutStreamer.EmitInstruction(TmpInst);
466 OutStreamer.EmitInstruction(TmpInst);
502 OutStreamer.EmitInstruction(TmpInst);
515 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
534 OutStreamer.EmitInstruction(TmpInst);
547 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
563 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDI8)
584 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BL8_NOP_TLS)
599 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
615 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDI8)
636 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BL8_NOP_TLS)
651 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS8)
667 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDI8)
682 OutStreamer.EmitInstruction(MCInstBuilder(NewOpcode)
698 OutStreamer.EmitInstruction(MCInstBuilder(NewOpcode)
726 OutStreamer.EmitInstruction(TmpInst);
933 OutStreamer.EmitInstruction(MCInstBuilder(PPC::MFLR).addReg(PPC::R0));
935 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BCLalways).addExpr(Anon));
938 OutStreamer.EmitInstruction(MCInstBuilder(PPC::MFLR).addReg(PPC::R11));
941 OutStreamer.EmitInstruction(MCInstBuilder(PPC::ADDIS)
946 OutStreamer.EmitInstruction(MCInstBuilder(PPC::MTLR).addReg(PPC::R0));
951 OutStreamer.EmitInstruction(MCInstBuilder(isPPC64 ? PPC::LDU : PPC::LWZU)
956 OutStreamer.EmitInstruction(MCInstBuilder(PPC::MTCTR).addReg(PPC::R12));
958 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BCTR));
997 OutStreamer.EmitInstruction(MCInstBuilder(PPC::LIS)
1005 OutStreamer.EmitInstruction(MCInstBuilder(isPPC64 ? PPC::LDU : PPC::LWZU)
1011 OutStreamer.EmitInstruction(MCInstBuilder(PPC::MTCTR).addReg(PPC::R12));
1013 OutStreamer.EmitInstruction(MCInstBuilder(PPC::BCTR));