Lines Matching defs:decode_item
117 * are of the union type decode_item, therefore the entire decode table can be
120 * static const union decode_item table_name[] = {};
123 * initialise a number of sequential decode_item values in a layout which
125 * decode_simulate by initialising four decode_item objects like this...
270 union decode_item {
272 const union decode_item *table;
299 union decode_item type_regs;
300 union decode_item mask;
301 union decode_item value;
312 union decode_item table;
322 union decode_item decoder;
332 union decode_item handler;
345 union decode_item handler;
381 const union decode_item *table, bool thumb, bool emulate,