Lines Matching refs:VCCI
1002 MCInst::iterator VCCI = MI.begin(); in AddThumbPredicate() local
1004 for (VCCPos = 0; VCCPos < MCID.NumOperands; ++VCCPos, ++VCCI) { in AddThumbPredicate()
1005 if (ARM::isVpred(MCID.operands()[VCCPos].OperandType) || VCCI == MI.end()) in AddThumbPredicate()
1010 VCCI = MI.insert(VCCI, MCOperand::createImm(VCC)); in AddThumbPredicate()
1011 ++VCCI; in AddThumbPredicate()
1013 VCCI = MI.insert(VCCI, MCOperand::createReg(0)); in AddThumbPredicate()
1015 VCCI = MI.insert(VCCI, MCOperand::createReg(ARM::P0)); in AddThumbPredicate()
1016 ++VCCI; in AddThumbPredicate()
1017 VCCI = MI.insert(VCCI, MCOperand::createReg(0)); in AddThumbPredicate()
1018 ++VCCI; in AddThumbPredicate()
1024 MI.insert(VCCI, MCOperand(MI.getOperand(TiedOp))); in AddThumbPredicate()