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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 1064 #define LARCH_CALL_RATIO 8
1075 value of LARCH_CALL_RATIO to take that into account. */
1085 #define CLEAR_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO)
1091 #define SET_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO - 2)
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 1153 #define LARCH_CALL_RATIO 6
1164 value of LARCH_CALL_RATIO to take that into account. */
1172 #define CLEAR_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO)
1178 #define SET_RATIO(speed) ((speed) ? 15 : LARCH_CALL_RATIO - 2)

Completed in 32 milliseconds