Lines Matching defs:table
117 * are of the union type decode_item, therefore the entire decode table can be
122 * In order to construct each entry in the table, macros are used to
139 * DECODE_TABLE(mask, value, table)
140 * Instruction decoding jumps to parsing the new sub-table 'table'.
165 * This allows the mask/value test of multiple table entries to be
199 * This register specification is checked after a decode table entry is found to
272 const union decode_item *table;
312 union decode_item table;
317 {.table = (_table)}
381 const union decode_item *table, bool thumb, bool emulate,