Searched refs:shortForm (Results 1 – 2 of 2) sorted by relevance
120 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local164 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()
166 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local212 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()