Home
last modified time | relevance | path

Searched refs:arm_tune (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-tune.md52 (const (symbol_ref "((enum attr_tune) arm_tune)")))
H A Darm.h56 extern enum processor_type arm_tune;
H A Darm.c851 enum processor_type arm_tune = TARGET_CPU_arm_none; variable
3488 arm_tune = arm_active_target.tune_core; in arm_option_override()
3517 arm_tune_cortex_a9 = (arm_tune == TARGET_CPU_cortexa9) != 0; in arm_option_override()
12377 switch (arm_tune) in arm_sched_reorder()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-tune.md54 (const (symbol_ref "((enum attr_tune) arm_tune)")))
H A Darm.h53 extern enum processor_type arm_tune;
H A Darm.cc851 enum processor_type arm_tune = TARGET_CPU_arm_none; variable
3532 arm_tune = arm_active_target.tune_core; in arm_option_override()
3561 arm_tune_cortex_a9 = (arm_tune == TARGET_CPU_cortexa9) != 0; in arm_option_override()
12510 switch (arm_tune) in arm_sched_reorder()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200443729 * config/arm/arm.c (arm_tune): New variable.