Searched refs:INT_REGNO_P (Results 1 – 7 of 7) sorted by relevance
792 #define INT_REGNO_P(N) \ macro812 && INT_REGNO_P (REGNO)) ? 1 : 0)
1099 || ! INT_REGNO_P (REGNO (SET_DEST (exp))))1133 || ! INT_REGNO_P (REGNO (src_reg)))
1060 if (INT_REGNO_P (regno)) in rs6000_hard_regno_mode_ok()1061 return INT_REGNO_P (regno + HARD_REGNO_NREGS (regno, mode) - 1); in rs6000_hard_regno_mode_ok()2713 return ((REG_P (op0) && INT_REGNO_P (REGNO (op0))) in gpr_or_gpr_p()2714 || (REG_P (op1) && INT_REGNO_P (REGNO (op1)))); in gpr_or_gpr_p()10059 || (regno >= 0 && INT_REGNO_P (regno))) in rs6000_secondary_reload_class()12664 if (MEM_P (src) && INT_REGNO_P (reg)) in rs6000_split_multireg_move()12701 if (GET_CODE (dst) == MEM && INT_REGNO_P (reg)) in rs6000_split_multireg_move()
25754 (INT_REGNO_P): Use symbolic name for ARG_POINTER_REGNUM.
4069 (INT_REGNO_P): Rename to ...
8089 (gpr_or_gpr_p): Test INT_REGNO_P and convert to boolean.
13418 (INT_REGNO_P): Include FRAME_POINTER_REGNUM.