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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 479 const struct m68k_target_selection *m68k_tune_entry;
522 m68k_tune_entry = &all_microarchs[(int) m68k_tune_option];
574 if (m68k_tune_entry)
576 m68k_tune = m68k_tune_entry->microarch;
577 m68k_tune_flags = m68k_tune_entry->flags;
476 const struct m68k_target_selection *m68k_tune_entry; variable in typeref:struct:m68k_target_selection
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 475 const struct m68k_target_selection *m68k_tune_entry;
518 m68k_tune_entry = &all_microarchs[(int) m68k_tune_option];
570 if (m68k_tune_entry)
572 m68k_tune = m68k_tune_entry->microarch;
573 m68k_tune_flags = m68k_tune_entry->flags;
472 const struct m68k_target_selection *m68k_tune_entry; variable in typeref:struct:m68k_target_selection

Completed in 27 milliseconds