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