Searched refs:GP_REG_P (Results 1 – 17 of 17) sorted by relevance
332 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro407 ((GP_REG_P (OUT) && \412 ((GP_REG_P (IN) && \900 (GP_REG_P (NUM) || GP_REG_P ((unsigned) reg_renumber[NUM]))923 ((REGNO (X) >= FIRST_PSEUDO_REGISTER) || (GP_REG_P (REGNO (X))))
1387 if (GP_REG_P (regno)) in xtensa_dbx_register_number()1549 else if (GP_REG_P (regno)) in override_options()2366 return (GP_REG_P (regno) ? NO_REGS : RL_REGS); in xtensa_secondary_reload_class()
451 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro533 ((GP_REG_P (OUT) && \538 ((GP_REG_P (IN) && \1090 (GP_REG_P (NUM) || GP_REG_P ((unsigned) reg_renumber[NUM]))1113 ((REGNO (X) >= FIRST_PSEUDO_REGISTER) || (GP_REG_P (REGNO (X))))
1732 if (GP_REG_P (regno)) {1881 else if (GP_REG_P (regno)) in override_options()2672 return (GP_REG_P (regno) ? NO_REGS : RL_REGS);
42 #define GP_REG_P(REGNO) REG_CONTAIN (REGNO, GP_REG_FIRST, GP_REG_NUM) macro
58 (match_test "GP_REG_P (REGNO (op))")))
579 return GP_REG_P (regno) ? NO_REGS : G32_REGS; in score_secondary_reload_class()633 else if (GP_REG_P (regno)) in score_hard_regno_mode_ok()799 return GP_REG_P (regno); in score_regno_mode_ok_for_base_p()
2107 else if (GP_REG_P (regno0))2109 if (GP_REG_P (regno1))2143 if (GP_REG_P (regno1))2155 if (GP_REG_P (regno1))2165 if (GP_REG_P (regno1))2173 if (GP_REG_P (regno1))2195 if (GP_REG_P (regno0))2262 if (GP_REG_P (regno0))2278 else if (GP_REG_P (regno0))2298 if (GP_REG_P (regno0))[all …]
872 && GET_CODE (operands[0]) == REG && GP_REG_P (REGNO (operands[0]))873 && GET_CODE (operands[1]) == REG && GP_REG_P (REGNO (operands[1]))874 && GET_CODE (operands[2]) == REG && GP_REG_P (REGNO (operands[2]))902 && GET_CODE (operands[0]) == REG && GP_REG_P (REGNO (operands[0]))903 && GET_CODE (operands[1]) == REG && GP_REG_P (REGNO (operands[1]))904 && GET_CODE (operands[2]) == REG && GP_REG_P (REGNO (operands[2]))949 && GET_CODE (operands[0]) == REG && GP_REG_P (REGNO (operands[0]))950 && GET_CODE (operands[1]) == REG && GP_REG_P (REGNO (operands[1]))973 && GET_CODE (operands[0]) == REG && GP_REG_P (REGNO (operands[0]))974 && GET_CODE (operands[1]) == REG && GP_REG_P (REGNO (operands[1]))[all …]
1866 #define GP_REG_P(REGNO) \ macro3031 : GP_REG_P (regno))
563 else if (GP_REG_P (regno0)) in iq2000_move_1word()565 if (GP_REG_P (regno1)) in iq2000_move_1word()578 if (GP_REG_P (regno0)) in iq2000_move_1word()617 if (GP_REG_P (regno0)) in iq2000_move_1word()620 else if (GP_REG_P (regno0)) in iq2000_move_1word()635 if (GP_REG_P (regno0)) in iq2000_move_1word()692 if (GP_REG_P (regno1)) in iq2000_move_1word()
907 #define GP_REG_P(REGNO) \ macro993 (GP_REG_P (regno))
1442 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_regno_mode_ok_for_base_p()2347 && REG_P (dest) && GP_REG_P (REGNO (dest))) in mips_legitimize_move()2857 if ((src_code == REG && GP_REG_P (REGNO (src))) in mips_output_move()2862 if (GP_REG_P (REGNO (dest))) in mips_output_move()2890 if (dest_code == REG && GP_REG_P (REGNO (dest))) in mips_output_move()5011 temp = (ST_REG_P (regno) || GP_REG_P (regno) in override_options()5015 else if (GP_REG_P (regno)) in override_options()7693 gp_reg_p = TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno); in mips_secondary_reload_class()
1334 #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]))
2377 GP_REG_P. Use gr_regs instead of GR_REGS.
8940 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.