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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 163 const int clear_ratio; /* The threshold of number of scalar member in struct:processor_costs
1924 /* If a clear memory operation would take CLEAR_RATIO or more simple
1927 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 158 const int clear_ratio; /* The threshold of number of scalar member in struct:processor_costs
1868 /* If a clear memory operation would take CLEAR_RATIO or more simple
1871 #define CLEAR_RATIO(speed) ((speed) ? ix86_cost->clear_ratio : 2)

Completed in 74 milliseconds