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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-opts.cc 95 static const char* isa_str (const struct loongarch_isa *isa, char separator);
315 abi_str (t.abi), isa_str (&t.isa, '/'));
339 isa_str (&t.isa, '/'), abi_str (abi_tmp));
349 isa_str (&t.isa, '/'), abi_str (t.abi),
355 isa_str (&t.isa, '/'), abi_str (abi_tmp));
500 isa_str (const struct loongarch_isa *isa, char separator) function
529 const char* isa_string = isa_str (&target->isa, ',');
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-opts.cc 90 static const char* isa_str (const struct loongarch_isa *isa, char separator);
480 abi_str (t.abi), isa_str (&t.isa, '/'));
504 isa_str (&t.isa, '/'), abi_str (abi_tmp));
514 isa_str (&t.isa, '/'), abi_str (t.abi),
520 isa_str (&t.isa, '/'), abi_str (abi_tmp));
728 isa_str (const struct loongarch_isa *isa, char separator) function
767 const char* isa_string = isa_str (&target->isa, ',');

Completed in 40 milliseconds