Lines Matching refs:MCInstBuilder
689 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
739 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
740 EmitAndCountInstruction(MCInstBuilder(X86::DATA16_PREFIX)); in LowerTlsAddr()
741 EmitAndCountInstruction(MCInstBuilder(X86::REX64_PREFIX)); in LowerTlsAddr()
751 EmitAndCountInstruction(MCInstBuilder(is64Bits ? X86::CALL64pcrel32 in LowerTlsAddr()
792 OS.EmitInstruction(MCInstBuilder(Opc), STI); in EmitNops()
795 OS.EmitInstruction(MCInstBuilder(Opc).addReg(X86::AX), STI); in EmitNops()
799 OS.EmitInstruction(MCInstBuilder(Opc).addReg(BaseReg) in EmitNops()
889 EmitAndCountInstruction(MCInstBuilder(X86::MOV64ri).addReg(ScratchReg) in LowerPATCHPOINT()
891 EmitAndCountInstruction(MCInstBuilder(X86::CALL64r).addReg(ScratchReg)); in LowerPATCHPOINT()
1042 EmitAndCountInstruction(MCInstBuilder(X86::CALLpcrel32) in EmitInstruction()
1049 EmitAndCountInstruction(MCInstBuilder(X86::POP32r) in EmitInstruction()
1080 EmitAndCountInstruction(MCInstBuilder(X86::ADD32ri) in EmitInstruction()
1097 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()
1102 EmitAndCountInstruction(MCInstBuilder(getRetOpcode(*Subtarget))); in EmitInstruction()
1103 EmitAndCountInstruction(MCInstBuilder(X86::MOV64rr) in EmitInstruction()
1147 EmitAndCountInstruction(MCInstBuilder(X86::NOOP)); in EmitInstruction()