Searched refs:type_table (Results 1 – 3 of 3) sorted by relevance
168 struct uwbd_evt_type_handler *type_table; in uwbd_event_handle_urc() local179 type_table = &uwbd_urc_evt_type_handlers[type]; in uwbd_event_handle_urc()180 if (type_table->uwbd_events == NULL) in uwbd_event_handle_urc()182 if (event >= type_table->size) in uwbd_event_handle_urc()184 handler = type_table->uwbd_events[event].handler; in uwbd_event_handle_urc()
38 static u_char const type_table[32] = { variable92 switch (type_table[type]) { in FPU_load_store()
82 static u_char const type_table[64] = { variable475 switch (type_table[(int)instr_index]) { in math_emulate()