Searched refs:funcUnit_lookup_table (Results 1 – 3 of 3) sorted by relevance
311 isa->funcUnit_lookup_table = in xtensa_isa_init()313 CHECK_ALLOC_FOR_INIT (isa->funcUnit_lookup_table, NULL, errno_p, in xtensa_isa_init()317 isa->funcUnit_lookup_table[n].key = isa->funcUnits[n].name; in xtensa_isa_init()318 isa->funcUnit_lookup_table[n].u.fun = n; in xtensa_isa_init()320 qsort (isa->funcUnit_lookup_table, isa->num_funcUnits, in xtensa_isa_init()373 if (intisa->funcUnit_lookup_table) in xtensa_isa_free()375 free (intisa->funcUnit_lookup_table); in xtensa_isa_free()376 intisa->funcUnit_lookup_table = 0; in xtensa_isa_free()1744 result = bsearch (&entry, intisa->funcUnit_lookup_table, in xtensa_funcUnit_lookup()
223 xtensa_lookup_entry *funcUnit_lookup_table; member
396 funcUnit_lookup_table fields.