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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1216 #define LAST_INT_REG SP_REG
1479 #define LEGACY_INT_REGNO_P(N) IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 1167 #define LAST_INT_REG SP_REG
1408 #define LEGACY_INT_REGNO_P(N) (IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG))

Completed in 63 milliseconds