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

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 443 static const struct m68k_target_selection all_devices[] =
519 m68k_cpu_entry = &all_devices[(int) m68k_cpu_option];
552 entry = all_devices + TARGET_CPU_DEFAULT;
584 m68k_tune_flags = all_devices[dev].flags;
441 static const struct m68k_target_selection all_devices[] = variable in typeref:struct:m68k_target_selection
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 439 static const struct m68k_target_selection all_devices[] =
515 m68k_cpu_entry = &all_devices[(int) m68k_cpu_option];
548 entry = all_devices + TARGET_CPU_DEFAULT;
580 m68k_tune_flags = all_devices[dev].flags;
437 static const struct m68k_target_selection all_devices[] = variable in typeref:struct:m68k_target_selection

Completed in 30 milliseconds