OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:march_cpu_opt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
52
static const aarch64_feature_set *
march_cpu_opt
= NULL;
variable
10701
mcpu_cpu_opt =
march_cpu_opt
;
11311
march_cpu_opt
= &opt->value;
11312
return aarch64_parse_features (ext, &
march_cpu_opt
, false);
tc-arm.c
178
static const arm_feature_set *
march_cpu_opt
= NULL;
variable
30090
if (mcpu_cpu_opt ||
march_cpu_opt
)
30100
else if (
march_cpu_opt
)
30102
selected_arch = *
march_cpu_opt
;
31801
march_cpu_opt
= &opt->value;
31810
return arm_parse_extension (ext,
march_cpu_opt
, march_ext_opt,
32367
-
march_cpu_opt
is not set if only -mcpu or .cpu is used;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
52
static const aarch64_feature_set *
march_cpu_opt
= NULL;
variable
10559
mcpu_cpu_opt =
march_cpu_opt
;
11140
march_cpu_opt
= &opt->value;
11141
return aarch64_parse_features (ext, &
march_cpu_opt
, false);
tc-arm.c
178
static const arm_feature_set *
march_cpu_opt
= NULL;
variable
30097
if (mcpu_cpu_opt ||
march_cpu_opt
)
30107
else if (
march_cpu_opt
)
30109
selected_arch = *
march_cpu_opt
;
31808
march_cpu_opt
= &opt->value;
31817
return arm_parse_extension (ext,
march_cpu_opt
, march_ext_opt,
32374
-
march_cpu_opt
is not set if only -mcpu or .cpu is used;
Completed in 81 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026