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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1478 #define LEGACY_INT_REG_P(X) (REG_P (X) && LEGACY_INT_REGNO_P (REGNO (X)))
1479 #define LEGACY_INT_REGNO_P(N) IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG)
1495 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N) || REX2_INT_REGNO_P (N))
1502 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N))
2170 if (LEGACY_INT_REGNO_P (regno)) \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 1407 #define LEGACY_INT_REG_P(X) (REG_P (X) && LEGACY_INT_REGNO_P (REGNO (X)))
1408 #define LEGACY_INT_REGNO_P(N) (IN_RANGE ((N), FIRST_INT_REG, LAST_INT_REG))
1416 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N))
2115 if (LEGACY_INT_REGNO_P (regno)) \

Completed in 21 milliseconds