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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.h 315 #define LOC_REGNO_P(REGNO) ((REGNO) >= LOC_REG (0) && (REGNO) <= LOC_REG (79))
439 (IN_REGNO_P (REGNO) || LOC_REGNO_P (REGNO))
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.h 315 #define LOC_REGNO_P(REGNO) ((REGNO) >= LOC_REG (0) && (REGNO) <= LOC_REG (79))
439 (IN_REGNO_P (REGNO) || LOC_REGNO_P (REGNO))

Completed in 146 milliseconds