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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 1485 #define REX_INT_REG_P(X) (REG_P (X) && REX_INT_REGNO_P (REGNO (X)))
1486 #define REX_INT_REGNO_P(N) \
1495 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N) || REX2_INT_REGNO_P (N))
1499 (LEGACY_INDEX_REGNO_P (N) || REX_INT_REGNO_P (N) || REX2_INT_REGNO_P (N))
1502 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N))
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 1410 #define REX_INT_REG_P(X) (REG_P (X) && REX_INT_REGNO_P (REGNO (X)))
1411 #define REX_INT_REGNO_P(N) \
1416 (LEGACY_INT_REGNO_P (N) || REX_INT_REGNO_P (N))
1687 || REX_INT_REGNO_P (REGNO) \
1689 || REX_INT_REGNO_P ((unsigned) reg_renumber[(REGNO)]))
1714 || REX_INT_REGNO_P (REGNO (X)) \

Completed in 68 milliseconds