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_active_target
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc
887
struct arm_build_target
arm_active_target
;
2983
&& bitmap_bit_p (
arm_active_target
.isa, isa_bit_neon))
2989
&& !bitmap_bit_p (
arm_active_target
.isa, isa_bit_notm))
3119
arm_configure_build_target (&
arm_active_target
, ptr, false);
3130
if (TARGET_INTERWORK && !bitmap_bit_p (
arm_active_target
.isa, isa_bit_thumb))
3140
&& !bitmap_bit_p (
arm_active_target
.isa, isa_bit_thumb))
3613
arm_active_target
.isa = sbitmap_alloc (isa_num_bits);
3627
arm_configure_build_target (&
arm_active_target
, &opts, true);
3637
arm_tune =
arm_active_target
.tune_core;
3638
tune_flags =
arm_active_target
.tune_flags
884
struct arm_build_target
arm_active_target
;
variable in typeref:struct:arm_build_target
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc
876
struct arm_build_target
arm_active_target
;
2944
&& bitmap_bit_p (
arm_active_target
.isa, isa_bit_neon))
2950
&& !bitmap_bit_p (
arm_active_target
.isa, isa_bit_notm))
3080
arm_configure_build_target (&
arm_active_target
, ptr, false);
3091
if (TARGET_INTERWORK && !bitmap_bit_p (
arm_active_target
.isa, isa_bit_thumb))
3101
&& !bitmap_bit_p (
arm_active_target
.isa, isa_bit_thumb))
3512
arm_active_target
.isa = sbitmap_alloc (isa_num_bits);
3526
arm_configure_build_target (&
arm_active_target
, &opts, true);
3536
arm_tune =
arm_active_target
.tune_core;
3537
tune_flags =
arm_active_target
.tune_flags
873
struct arm_build_target
arm_active_target
;
variable in typeref:struct:arm_build_target
[
all
...]
Completed in 105 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026