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

  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 180 unsigned char ix86_tune_features[X86_TUNE_LAST]; variable
182 /* Feature tests against the various tunings used to create ix86_tune_features
1715 ix86_tune_features[X86_TUNE_USE_GATHER_2PARTS] = !clear;
1716 ix86_tune_features[X86_TUNE_USE_GATHER_4PARTS] = !clear;
1717 ix86_tune_features[X86_TUNE_USE_GATHER_8PARTS] = !clear;
1726 ix86_tune_features[X86_TUNE_USE_SCATTER_2PARTS] = !clear;
1727 ix86_tune_features[X86_TUNE_USE_SCATTER_4PARTS] = !clear;
1728 ix86_tune_features[X86_TUNE_USE_SCATTER_8PARTS] = !clear;
1740 ix86_tune_features[i] = !clear;
1758 /* Helper function to set ix86_tune_features. IX86_TUNE is th
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 196 unsigned char ix86_tune_features[X86_TUNE_LAST]; variable
198 /* Feature tests against the various tunings used to create ix86_tune_features
1799 ix86_tune_features[X86_TUNE_USE_GATHER_2PARTS] = !clear;
1800 ix86_tune_features[X86_TUNE_USE_GATHER_4PARTS] = !clear;
1801 ix86_tune_features[X86_TUNE_USE_GATHER_8PARTS] = !clear;
1810 ix86_tune_features[X86_TUNE_USE_SCATTER_2PARTS] = !clear;
1811 ix86_tune_features[X86_TUNE_USE_SCATTER_4PARTS] = !clear;
1812 ix86_tune_features[X86_TUNE_USE_SCATTER_8PARTS] = !clear;
1824 ix86_tune_features[i] = !clear;
1842 /* Helper function to set ix86_tune_features. IX86_TUNE is th
    [all...]

Completed in 19 milliseconds