Searched refs:VCCPos (Results 1 – 1 of 1) sorted by relevance
1003 unsigned VCCPos; 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()1019 if (MCID.operands()[VCCPos].OperandType == ARM::OPERAND_VPRED_R) { in AddThumbPredicate()1020 int TiedOp = MCID.getOperandConstraint(VCCPos + 3, MCOI::TIED_TO); in AddThumbPredicate()