Home | History | Annotate | Download | only in analysis

Lines Matching refs:shiftCount

2197     unsigned int shiftCount, bool isUnsignedShift, VerifyError* pFailure)
2206 if (shiftCount == 0)
2215 if (shiftCount >= 32) {
2216 LOG_VFY("Got unexpectedly large shift count %u", shiftCount);
2224 if (shiftCount > 24)
2226 else if (shiftCount >= 16)
2229 if (shiftCount >= 24)
2231 else if (shiftCount >= 16)
2239 if (shiftCount >= 8)
2244 if (shiftCount >= 8)
2248 if (shiftCount > 8)
2272 shiftCount, isUnsignedShift, srcType, newType);
2275 shiftCount, isUnsignedShift, srcType);