Searched refs:GP_REG_P (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.h309 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM)
351 ((GP_REG_P (OUT) && \
357 ((GP_REG_P (IN) && \
603 (GP_REG_P (NUM) || GP_REG_P ((unsigned) reg_renumber[NUM]))
308 #define GP_REG_P macro
H A Dxtensa.c2065 if (GP_REG_P (regno))
2239 else if (GP_REG_P (regno))
3558 return (GP_REG_P (regno) ? NO_REGS : RL_REGS);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h310 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM)
357 ((GP_REG_P (OUT) && \
363 ((GP_REG_P (IN) && \
614 (GP_REG_P (NUM) || GP_REG_P ((unsigned) reg_renumber[NUM]))
309 #define GP_REG_P macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.h218 #define GP_REG_P(REGNO) ((unsigned)(REGNO) <= LAST_GP_REG) macro
219 #define REGNO_REG_CLASS(REGNO) (GP_REG_P (REGNO) ? GP_REGS : ALL_REGS)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.h218 #define GP_REG_P(REGNO) ((unsigned)(REGNO) <= LAST_GP_REG) macro
219 #define REGNO_REG_CLASS(REGNO) (GP_REG_P (REGNO) ? GP_REGS : ALL_REGS)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h650 #define GP_REG_P(REGNO) \
739 (GP_REG_P (regno))
620 #define GP_REG_P macro
H A Diq2000.c626 else if (GP_REG_P (regno0))
628 if (GP_REG_P (regno1))
641 if (GP_REG_P (regno0))
680 if (GP_REG_P (regno0))
683 else if (GP_REG_P (regno0))
698 if (GP_REG_P (regno0))
755 if (GP_REG_P (regno1))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h78 (GP_REG_P (REGNO) || FP_REG_P (REGNO) ? REGNO : INVALID_REGNUM)
294 #define GP_REG_P(REGNO) \ macro
H A Driscv.c691 return GP_REG_P (regno);
1932 if (dest_code == REG && GP_REG_P (REGNO (dest)))
1961 if ((src_code == REG && GP_REG_P (REGNO (src)))
1966 if (GP_REG_P (REGNO (dest)))
4413 if (GP_REG_P (regno))
4415 if (!GP_REG_P (regno + nregs - 1))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h650 #define GP_REG_P(REGNO) \
739 (GP_REG_P (regno))
620 #define GP_REG_P macro
H A Diq2000.cc626 else if (GP_REG_P (regno0))
628 if (GP_REG_P (regno1))
641 if (GP_REG_P (regno0))
680 if (GP_REG_P (regno0))
683 else if (GP_REG_P (regno0))
698 if (GP_REG_P (regno0))
755 if (GP_REG_P (regno1))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h122 (GP_REG_P (REGNO) || FP_REG_P (REGNO) ? REGNO : INVALID_REGNUM)
342 #define GP_REG_P(REGNO) \ macro
H A Driscv.cc782 return GP_REG_P (regno);
2277 if (dest_code == REG && GP_REG_P (REGNO (dest)))
2316 if ((src_code == REG && GP_REG_P (REGNO (src)))
2321 if (GP_REG_P (REGNO (dest)))
4783 if (GP_REG_P (regno))
4785 if (!GP_REG_P (regno + nregs - 1))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru.h245 #define GP_REG_P(REGNO) ((unsigned)(REGNO) <= LAST_GP_REGNUM) macro
H A Dpru.c445 gcc_assert (GP_REG_P (regno));
1344 return (GP_REG_P (regno)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru.h253 #define GP_REG_P(REGNO) ((unsigned)(REGNO) <= LAST_GP_REGNUM) macro
H A Dpru.cc445 gcc_assert (GP_REG_P (regno));
1313 return (GP_REG_P (regno)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.h392 #define GP_REG_P(REGNO) \ macro
H A Dloongarch.cc1778 return GP_REG_P (regno);
3345 if ((src_code == REG && GP_REG_P (REGNO (src)))
3350 if (GP_REG_P (REGNO (dest)))
3388 if (dest_code == REG && GP_REG_P (REGNO (dest)))
4823 if (GP_REG_P (regno))
5084 if (GP_REG_P (regno) || x == CONST0_RTX (mode))
5551 if (GP_REG_P (i) || FP_REG_P (i))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.h286 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro
H A Dmicroblaze.c398 return GP_REG_P (regno);
1902 ok = (ST_REG_P (regno) || GP_REG_P (regno));
1904 else if (GP_REG_P (regno))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.h286 #define GP_REG_P(REGNO) ((unsigned) ((REGNO) - GP_REG_FIRST) < GP_REG_NUM) macro
H A Dmicroblaze.cc399 return GP_REG_P (regno);
1903 ok = (ST_REG_P (regno) || GP_REG_P (regno));
1905 else if (GP_REG_P (regno))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h1936 #define GP_REG_P(REGNO) \
1930 #define GP_REG_P macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h1955 #define GP_REG_P(REGNO) \
1949 #define GP_REG_P macro

Completed in 296 milliseconds

12