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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.cc 357 enum processor_type ix86_tune; variable in typeref:enum:processor_type
17964 switch (ix86_tune)
24608 if ((ix86_tune == PROCESSOR_ZNVER1 || ix86_tune == PROCESSOR_ZNVER2
24609 || ix86_tune == PROCESSOR_ZNVER3 || ix86_tune == PROCESSOR_ZNVER4)
24614 if (ix86_tune == PROCESSOR_ZNVER5
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 345 enum processor_type ix86_tune; variable in typeref:enum:processor_type
17182 switch (ix86_tune)
22971 if ((ix86_tune == PROCESSOR_ZNVER1 || ix86_tune == PROCESSOR_ZNVER2
22972 || ix86_tune == PROCESSOR_ZNVER3 || ix86_tune == PROCESSOR_ZNVER4)
22977 if (ix86_tune == PROCESSOR_ZNVER5

Completed in 35 milliseconds