Lines Matching refs:MCI
202 MCInst MCI; in EmitInstruction() local
204 HexagonLowerToMC(BundleMIs[Index], MCI, *this); in EmitInstruction()
205 HexagonMCInstrInfo::AppendImplicitOperands(MCI); in EmitInstruction()
206 HexagonMCInstrInfo::setPacketBegin(MCI, Index == 0); in EmitInstruction()
207 HexagonMCInstrInfo::setPacketEnd(MCI, Index == (Size - 1)); in EmitInstruction()
208 EmitToStreamer(OutStreamer, MCI); in EmitInstruction()
212 MCInst MCI; in EmitInstruction() local
213 HexagonLowerToMC(MI, MCI, *this); in EmitInstruction()
214 HexagonMCInstrInfo::AppendImplicitOperands(MCI); in EmitInstruction()
216 HexagonMCInstrInfo::setPacketBegin(MCI, true); in EmitInstruction()
217 HexagonMCInstrInfo::setPacketEnd(MCI, true); in EmitInstruction()
219 EmitToStreamer(OutStreamer, MCI); in EmitInstruction()