Searched refs:bitspec (Results 1 – 2 of 2) sorted by relevance
7556 UShort bitspec = table[index]; in find_opcode() local7558 ((UInt)(bits >> (bitspec & 63))) & (bitspec >> 6); in find_opcode()
9508 unsigned short bitspec = table[index]; in find_opcode() local9510 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6); in find_opcode()