Home | History | Annotate | Download | only in X86

Lines Matching defs:EmitInstruction

604     AsmPrinter.OutStreamer.EmitInstruction(MCInstBuilder(X86::RET));
621 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
668 OutStreamer.EmitInstruction(LEA);
671 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
672 OutStreamer.EmitInstruction(MCInstBuilder(X86::DATA16_PREFIX));
673 OutStreamer.EmitInstruction(MCInstBuilder(X86::REX64_PREFIX));
683 OutStreamer.EmitInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32
688 void X86AsmPrinter::EmitInstruction(const MachineInstr *MI) {
733 OutStreamer.EmitInstruction(MCInstBuilder(X86::CALLpcrel32)
740 OutStreamer.EmitInstruction(MCInstBuilder(X86::POP32r)
771 OutStreamer.EmitInstruction(MCInstBuilder(X86::ADD32ri)
781 OutStreamer.EmitInstruction(TmpInst);