Searched refs:VCCI (Results 1 – 1 of 1) sorted by relevance
1002 MCInst::iterator VCCI = MI.begin(); in AddThumbPredicate() local1004 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()[all …]