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

  /src/external/gpl3/gcc/dist/gcc/config/cris/
cris.cc 2375 int cris_tune local
2379 cris_tune = 3;
2383 cris_tune = 8;
2387 cris_tune = 10;
2389 if (cris_tune < 0 || cris_tune > 32)
2393 if (cris_tune >= CRIS_CPU_SVINTO)
  /src/external/gpl3/gcc.old/dist/gcc/config/cris/
cris.cc 2319 int cris_tune local
2323 cris_tune = 3;
2327 cris_tune = 8;
2331 cris_tune = 10;
2333 if (cris_tune < 0 || cris_tune > 32)
2337 if (cris_tune >= CRIS_CPU_SVINTO)

Completed in 53 milliseconds