Searched refs:GP_REG_P (Results 1 – 5 of 5) sorted by relevance
1461 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_regno_mode_ok_for_base_p()2375 && REG_P (dest) && GP_REG_P (REGNO (dest))) in mips_legitimize_move()2885 if ((src_code == REG && GP_REG_P (REGNO (src))) in mips_output_move()2890 if (GP_REG_P (REGNO (dest))) in mips_output_move()2918 if (dest_code == REG && GP_REG_P (REGNO (dest))) in mips_output_move()5039 temp = (ST_REG_P (regno) || GP_REG_P (regno) in override_options()5043 else if (GP_REG_P (regno)) in override_options()7717 gp_reg_p = TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_secondary_reload_class()
1363 #define GP_REG_P(REGNO) \ macro
1187 && GP_REG_P (true_regnum (operands[0]))1188 && GP_REG_P (true_regnum (operands[3]))"1206 && GP_REG_P (true_regnum (operands[0]))1366 && GP_REG_P (true_regnum (operands[3]))"1442 && GP_REG_P (true_regnum (operands[0]))1443 && GP_REG_P (true_regnum (operands[1]))"1461 && GP_REG_P (true_regnum (operands[0]))
10956 GP_REG_P. Use gr_regs instead of GR_REGS.
24206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.