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