Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) macro
481 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM)
493 #define GPR_OR_PSEUDO_P(R) (GPR_P (R) || (R) >= FIRST_PSEUDO_REGISTER)
878 ? GPR_P (NUM) \
879 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
894 ? GPR_P (NUM) \
895 : (reg_renumber [NUM] >= 0 && GPR_P (reg_renumber [NUM])))
1361 #define REG_OK_FOR_BASE_P(X) GPR_P (REGNO (X))
Dfrv.cc683 if (GPR_P (regno)) in frv_option_override()
2498 if (GPR_P (regno)) in frv_print_operand_memory_reference_reg()
3218 if (GPR_P (regno)) in frv_regno_ok_for_base_p()
3222 return (reg_renumber[regno] >= 0 && GPR_P (reg_renumber[regno])); in frv_regno_ok_for_base_p()
4177 if (GPR_P (dest_regno)) in output_move_single()
4184 if (GPR_P (src_regno)) in output_move_single()
4256 if (GPR_P (src_regno)) in output_move_single()
4299 if (GPR_P (src_regno)) in output_move_single()
4314 if (GPR_P (src_regno)) in output_move_single()
4391 if (GPR_P (dest_regno)) in output_move_double()
[all …]
Dpredicates.md101 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER)
161 if (GPR_P (regno) || FPR_P (regno) || regno >= FIRST_PSEUDO_REGISTER)
789 if (GPR_P (regno))
824 if (GPR_P (regno))
858 if (! GPR_P (regno))
890 if (! GPR_P (regno))
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h471 ? GPR_P (REGNO) || (REGNO) == ARG_POINTER_REGNUM \
472 : GPR_P (reg_renumber[REGNO]))
533 #define GPR_P(REGNO) (IN_RANGE_P ((REGNO), 0, 15) || SUBTARGET_GPR_P (REGNO)) macro
Dconstraints.md124 (match_test "GPR_P (REGNO (XEXP (XEXP (op, 0), 0)))
139 (match_test "GPR_P (REGNO (XEXP (XEXP (op, 0), 0)))
Dm32r.cc354 if (GPR_P (i)) in init_reg_tables()
2836 if (GPR_P (REGNO (x))) in m32r_rtx_ok_for_base_p()
2841 if (GPR_P (REGNO (x)) in m32r_rtx_ok_for_base_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20102033 (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.