HomeSort by relevance Sort by last modified time
    Searched refs:xtensa_lookup_entry (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/
xtensa-isa-internal.h 171 } xtensa_lookup_entry; typedef in typeref:struct:xtensa_lookup_entry_struct
197 xtensa_lookup_entry *opname_lookup_table;
204 xtensa_lookup_entry *state_lookup_table;
208 xtensa_lookup_entry *sysreg_lookup_table;
221 xtensa_lookup_entry *interface_lookup_table;
225 xtensa_lookup_entry *funcUnit_lookup_table;
  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 246 bfd_malloc (isa->num_opcodes * sizeof (xtensa_lookup_entry));
254 sizeof (xtensa_lookup_entry), xtensa_isa_name_compare);
258 bfd_malloc (isa->num_states * sizeof (xtensa_lookup_entry));
266 sizeof (xtensa_lookup_entry), xtensa_isa_name_compare);
270 bfd_malloc (isa->num_sysregs * sizeof (xtensa_lookup_entry));
278 sizeof (xtensa_lookup_entry), xtensa_isa_name_compare);
302 bfd_malloc (isa->num_interfaces * sizeof (xtensa_lookup_entry));
311 sizeof (xtensa_lookup_entry), xtensa_isa_name_compare);
315 bfd_malloc (isa->num_funcUnits * sizeof (xtensa_lookup_entry));
324 sizeof (xtensa_lookup_entry), xtensa_isa_name_compare)
    [all...]

Completed in 181 milliseconds