Home
last modified time | relevance | path

Searched refs:GP_REG_P (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h332 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro
407 ((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))))
H A Dxtensa.c1387 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/
H A Dxtensa.h451 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro
533 ((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))))
H A Dxtensa.c1732 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);
/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-conv.h42 #define GP_REG_P(REGNO) REG_CONTAIN (REGNO, GP_REG_FIRST, GP_REG_NUM) macro
H A Dpredicates.md58 (match_test "GP_REG_P (REGNO (op))")))
H A Dscore.c579 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c2107 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 …]
H A Dmips.md872 && 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 …]
H A Dmips.h1866 #define GP_REG_P(REGNO) \ macro
3031 : GP_REG_P (regno))
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c563 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()
H A Diq2000.h907 #define GP_REG_P(REGNO) \ macro
993 (GP_REG_P (regno))
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c1442 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()
H A Dmips.h1334 #define GP_REG_P(REGNO) \ macro
H A Dmips.md1187 && 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]))
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.02377 GP_REG_P. Use gr_regs instead of GR_REGS.
H A DChangeLog.38940 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.