Home
last modified time | relevance | path

Searched refs:INT_REGNO_P (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.h792 #define INT_REGNO_P(N) \ macro
812 && INT_REGNO_P (REGNO)) ? 1 : 0)
H A Dpredicates.md1099 || ! INT_REGNO_P (REGNO (SET_DEST (exp))))
1133 || ! INT_REGNO_P (REGNO (src_reg)))
H A Drs6000.c1056 if (INT_REGNO_P (regno)) in rs6000_hard_regno_mode_ok()
1057 return INT_REGNO_P (regno + HARD_REGNO_NREGS (regno, mode) - 1); in rs6000_hard_regno_mode_ok()
2680 return ((REG_P (op0) && INT_REGNO_P (REGNO (op0))) in gpr_or_gpr_p()
2681 || (REG_P (op1) && INT_REGNO_P (REGNO (op1)))); in gpr_or_gpr_p()
10026 || (regno >= 0 && INT_REGNO_P (regno))) in rs6000_secondary_reload_class()
12622 if (MEM_P (src) && INT_REGNO_P (reg)) in rs6000_split_multireg_move()
12659 if (GET_CODE (dst) == MEM && INT_REGNO_P (reg)) in rs6000_split_multireg_move()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.h862 #define INT_REGNO_P(N) ((N) <= 31 || (N) == ARG_POINTER_REGNUM) macro
929 : ! INT_REGNO_P (REGNO) ? GET_MODE_SIZE (MODE) <= UNITS_PER_WORD \
H A Drs6000.c6554 || ! INT_REGNO_P (REGNO (src_reg)))
7215 || (regno >= 0 && INT_REGNO_P (regno)))
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.310488 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
H A DChangeLog10535 (INT_REGNO_P): Rename to ...