OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026