HomeSort by: relevance | last modified time | path
    Searched defs:abi_priority_list (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc 36 #define ABI_COUNT (sizeof(abi_priority_list)/sizeof(struct loongarch_abi))
38 abi_priority_list[] = { variable in typeref:struct:loongarch_abi
331 if (is_multilib_enabled (abi_priority_list[i])
332 && abi_compat_p (&t.isa, abi_priority_list[i]))
334 abi_tmp = abi_priority_list[i];
555 if (enabled_abi_types[abi_priority_list[i].base]
556 [abi_priority_list[i].ext])
564 enabled_abi_str[k] = abi_str (abi_priority_list[enabled_abi_idx[k]]);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-opts.cc 43 #define ABI_COUNT (sizeof(abi_priority_list)/sizeof(struct loongarch_abi))
45 abi_priority_list[] = { variable in typeref:struct:loongarch_abi
496 if (is_multilib_enabled (abi_priority_list[i])
497 && abi_compat_p (&t.isa, abi_priority_list[i]))
499 abi_tmp = abi_priority_list[i];
789 if (enabled_abi_types[abi_priority_list[i].base]
790 [abi_priority_list[i].ext])
798 enabled_abi_str[k] = abi_str (abi_priority_list[enabled_abi_idx[k]]);

Completed in 59 milliseconds