HomeSort by: relevance | last modified time | path
    Searched defs:m68k_arch_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 478 const struct m68k_target_selection *m68k_arch_entry;
516 m68k_arch_entry = &all_isas[m68k_arch_option];
540 if (m68k_arch_entry
541 && (m68k_arch_entry->microarch != m68k_cpu_entry->microarch
542 || (m68k_arch_entry->flags & ~m68k_cpu_entry->flags) != 0))
544 m68k_cpu_entry->name, m68k_arch_entry->name);
549 entry = m68k_arch_entry;
580 else if (!m68k_cpu_entry && !m68k_arch_entry)
475 const struct m68k_target_selection *m68k_arch_entry; variable in typeref:struct:m68k_target_selection
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 474 const struct m68k_target_selection *m68k_arch_entry;
512 m68k_arch_entry = &all_isas[m68k_arch_option];
536 if (m68k_arch_entry
537 && (m68k_arch_entry->microarch != m68k_cpu_entry->microarch
538 || (m68k_arch_entry->flags & ~m68k_cpu_entry->flags) != 0))
540 m68k_cpu_entry->name, m68k_arch_entry->name);
545 entry = m68k_arch_entry;
576 else if (!m68k_cpu_entry && !m68k_arch_entry)
471 const struct m68k_target_selection *m68k_arch_entry; variable in typeref:struct:m68k_target_selection

Completed in 48 milliseconds