Searched defs:OpcodeTable (Results 1 – 2 of 2) sorted by relevance
168 struct OpcodeTable { struct170 const Opcode* table_;172 unsigned char shift_;174 unsigned char mask_;176 unsigned char min_lim_;177 unsigned char max_lim_;
575 static const TableEntry OpcodeTable[] = { variable