Searched refs:INT_REGNO_P (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Drs6000.h794 #define INT_REGNO_P(N) \
814 && INT_REGNO_P (REGNO)) ? 1 : 0)
792 #define INT_REGNO_P macro
H A Drs6000.c1066 if (INT_REGNO_P (regno))
1067 return INT_REGNO_P (regno + HARD_REGNO_NREGS (regno, mode) - 1);
2721 return ((REG_P (op0) && INT_REGNO_P (REGNO (op0)))
2722 || (REG_P (op1) && INT_REGNO_P (REGNO (op1))));
10081 || (regno >= 0 && INT_REGNO_P (regno)))
12693 if (MEM_P (src) && INT_REGNO_P (reg))
12730 if (GET_CODE (dst) == MEM && INT_REGNO_P (reg))

Completed in 94 milliseconds