OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:arm_tune_xscale
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc
971
int
arm_tune_xscale
= 0;
3665
arm_tune_xscale
= (tune_flags & TF_XSCALE) != 0;
14628
if (nops <= 2 &&
arm_tune_xscale
&& !optimize_size)
34662
unsigned int factor = (TARGET_THUMB || !
arm_tune_xscale
? 1 : 2);
968
int
arm_tune_xscale
= 0;
variable
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc
955
int
arm_tune_xscale
= 0;
3564
arm_tune_xscale
= (tune_flags & TF_XSCALE) != 0;
14405
if (nops <= 2 &&
arm_tune_xscale
&& !optimize_size)
34154
unsigned int factor = (TARGET_THUMB || !
arm_tune_xscale
? 1 : 2);
952
int
arm_tune_xscale
= 0;
variable
Completed in 76 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026