OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMPLIED_EXT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/riscv/
arch-canonicalize
39
#
IMPLIED_EXT
(ext) -> implied extension list.
41
IMPLIED_EXT
= {
105
if ext in
IMPLIED_EXT
:
106
implied_exts =
IMPLIED_EXT
[ext]
107
for
implied_ext
in implied_exts:
108
if
implied_ext
== 'zicsr' and is_isa_spec_2p2:
111
if
implied_ext
not in std_exts + long_exts:
112
long_exts.append(
implied_ext
)
/src/external/gpl3/gcc/dist/gcc/config/riscv/
arch-canonicalize
39
#
IMPLIED_EXT
(ext) -> implied extension list.
41
IMPLIED_EXT
= {
126
if ext in
IMPLIED_EXT
:
127
implied_exts =
IMPLIED_EXT
[ext]
128
for
implied_ext
in implied_exts:
129
if
implied_ext
== 'zicsr' and is_isa_spec_2p2:
132
if
implied_ext
not in std_exts + long_exts:
133
long_exts.append(
implied_ext
)
Completed in 19 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026