OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mcpu_cpu_opt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c
51
static const aarch64_feature_set *
mcpu_cpu_opt
= NULL;
variable
10700
if (!
mcpu_cpu_opt
)
10701
mcpu_cpu_opt
= march_cpu_opt;
10703
if (!
mcpu_cpu_opt
)
10704
mcpu_cpu_opt
= &cpu_default;
10706
cpu_variant = *
mcpu_cpu_opt
;
11282
mcpu_cpu_opt
= &opt->value;
11283
return aarch64_parse_features (ext, &
mcpu_cpu_opt
, false);
11508
mcpu_cpu_opt
= &opt->value;
11509
if (!aarch64_parse_features (ext, &
mcpu_cpu_opt
, false)
[
all
...]
tc-arm.c
173
static const arm_feature_set *
mcpu_cpu_opt
= NULL;
variable
30090
if (
mcpu_cpu_opt
|| march_cpu_opt)
30095
else if (
mcpu_cpu_opt
)
30097
selected_arch = *
mcpu_cpu_opt
;
31748
mcpu_cpu_opt
= &opt->value;
31771
return arm_parse_extension (ext,
mcpu_cpu_opt
, mcpu_ext_opt, NULL);
32368
-
mcpu_cpu_opt
is set to arm_arch_any for autodetection.
/src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c
51
static const aarch64_feature_set *
mcpu_cpu_opt
= NULL;
variable
10558
if (!
mcpu_cpu_opt
)
10559
mcpu_cpu_opt
= march_cpu_opt;
10561
if (!
mcpu_cpu_opt
)
10562
mcpu_cpu_opt
= &cpu_default;
10564
cpu_variant = *
mcpu_cpu_opt
;
11111
mcpu_cpu_opt
= &opt->value;
11112
return aarch64_parse_features (ext, &
mcpu_cpu_opt
, false);
11326
mcpu_cpu_opt
= &opt->value;
11327
if (!aarch64_parse_features (ext, &
mcpu_cpu_opt
, false)
[
all
...]
tc-arm.c
173
static const arm_feature_set *
mcpu_cpu_opt
= NULL;
variable
30097
if (
mcpu_cpu_opt
|| march_cpu_opt)
30102
else if (
mcpu_cpu_opt
)
30104
selected_arch = *
mcpu_cpu_opt
;
31755
mcpu_cpu_opt
= &opt->value;
31778
return arm_parse_extension (ext,
mcpu_cpu_opt
, mcpu_ext_opt, NULL);
32375
-
mcpu_cpu_opt
is set to arm_arch_any for autodetection.
Completed in 93 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026