Searched refs:REGNO_OK_FOR_BASE_P (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Daddresses.h47 REGNO_OK_FOR_BASE_P.
65 return REGNO_OK_FOR_BASE_P (regno);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h856 #define REGNO_OK_FOR_BASE_P(REGNO) \
863 #define REGNO_OK_FOR_INDEX_P(NUM) REGNO_OK_FOR_BASE_P (NUM)
1414 #define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
847 #define REGNO_OK_FOR_BASE_P macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h454 #define REGNO_OK_FOR_BASE_P(REGNO) REGNO_OK_FOR_INDEX_P (REGNO) macro
H A Ds390.c2707 || (ad.base && !REGNO_OK_FOR_BASE_P (REGNO (ad.base)))
2756 if (ad.base && !REGNO_OK_FOR_BASE_P (REGNO (ad.base)))
2804 if (addr.base && !REGNO_OK_FOR_BASE_P (REGNO (addr.base)))
4533 || (ad.base && !REGNO_OK_FOR_BASE_P (REGNO (ad.base)))
4618 gcc_assert (!ad.base || REGNO_OK_FOR_BASE_P (REGNO (ad.base)));
4636 gcc_assert (!ad.base || REGNO_OK_FOR_BASE_P (REGNO (ad.base)));
4654 gcc_assert (!ad.base || REGNO_OK_FOR_BASE_P (REGNO (ad.base)));
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1818 #define REGNO_OK_FOR_BASE_P(REGNO) REGNO_OK_FOR_INDEX_P (REGNO)
1926 #define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
1803 #define REGNO_OK_FOR_BASE_P macro
H A Dsparc.c2998 if (!REGNO_OK_FOR_BASE_P (REGNO (rs1))
2999 || (rs2 && !REGNO_OK_FOR_BASE_P (REGNO (rs2))))
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1622 #define REGNO_OK_FOR_BASE_P(REGNO) \
1668 #define REG_OK_FOR_BASE_STRICT_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
1615 #define REGNO_OK_FOR_BASE_P macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1592 #define REGNO_OK_FOR_BASE_P(REGNO) \
1662 || REGNO_OK_FOR_BASE_P (REGNO (X)))
1584 #define REGNO_OK_FOR_BASE_P macro

Completed in 123 milliseconds