Searched refs:ITInst (Results 1 – 1 of 1) sorted by relevance
302 MCInst ITInst; in flushPendingInstructions() local303 ITInst.setOpcode(ARM::t2IT); in flushPendingInstructions()304 ITInst.addOperand(MCOperand::createImm(ITState.Cond)); in flushPendingInstructions()305 ITInst.addOperand(MCOperand::createImm(ITState.Mask)); in flushPendingInstructions()306 Out.emitInstruction(ITInst, getSTI()); in flushPendingInstructions()