OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_native
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.h
74
#define TARGET_ARCH_NATIVE (la_target.cpu_arch ==
CPU_NATIVE
)
76
? (la_target.
cpu_native
< N_ARCH_TYPES \
77
? (la_target.
cpu_native
) : (
CPU_NATIVE
)) \
80
#define TARGET_TUNE_NATIVE (la_target.cpu_tune ==
CPU_NATIVE
)
82
? (la_target.
cpu_native
< N_TUNE_TYPES \
83
? (la_target.
cpu_native
) : (
CPU_NATIVE
)) \
loongarch-def.h
127
unsigned char
cpu_native
; /* same */
member in struct:loongarch_target
133
#define
CPU_NATIVE
0
loongarch-opts.cc
224
and fill the "
CPU_NATIVE
" index of arrays defined in
227
t.
cpu_native
= fill_native_cpu_config (t.cpu_arch ==
CPU_NATIVE
,
228
t.cpu_tune ==
CPU_NATIVE
);
231
if (t.cpu_arch ==
CPU_NATIVE
)
236
else if (t.cpu_tune ==
CPU_NATIVE
)
251
((t.cpu_arch ==
CPU_NATIVE
&& constrained.arch) ?
277
if (t.cpu_arch ==
CPU_NATIVE
)
524
if (target->cpu_arch ==
CPU_NATIVE
)
526
if (target->
cpu_native
== CPU_NATIVE
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026