HomeSort by: relevance | last modified time | path
    Searched refs:std_exts (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
arch-canonicalize 73 std_exts = []
77 std_exts = ['m', 'a', 'f', 'd']
91 std_exts += list(arch[5:first_long_ext_idx])
94 std_exts += list(arch[5:])
104 for ext in std_exts + long_exts:
111 if implied_ext not in std_exts + long_exts:
117 std_exts += list(filter(lambda x:len(x) == 1, long_exts))
139 if ext in std_exts:
143 for ext in std_exts:
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
arch-canonicalize 94 std_exts = []
98 std_exts = ['m', 'a', 'f', 'd']
112 std_exts += list(arch[5:first_long_ext_idx])
115 std_exts += list(arch[5:])
125 for ext in std_exts + long_exts:
132 if implied_ext not in std_exts + long_exts:
138 std_exts += list(filter(lambda x:len(x) == 1, long_exts))
160 if ext in std_exts:
164 for ext in std_exts:
  /src/external/gpl3/gcc.old/dist/gcc/common/config/riscv/
riscv-common.cc 690 const char *std_exts = all_std_exts; local
768 while (*std_exts && std_ext != *std_exts)
769 std_exts++;
771 if (std_ext != *std_exts)
783 std_exts++;

Completed in 17 milliseconds