Searched refs:class_bitset (Results 1 – 1 of 1) sorted by relevance
527 const uint8_t *class_bitset; in compare_opcodes() local1012 class_bitset = (uint8_t *) in compare_opcodes()1014 if ((class_bitset[chr >> 3] & (1 << (chr & 7))) != 0) return FALSE; in compare_opcodes()