/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | addresses.h | 69 #ifdef REGNO_MODE_OK_FOR_BASE_P in ok_for_base_p_1() 70 return REGNO_MODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode)); in ok_for_base_p_1()
|
H A D | FSFChangeLog.11 | 8024 * reload.c (REGNO_MODE_OK_FOR_BASE_P): Define if not defined.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | addresses.h | 69 #ifdef REGNO_MODE_OK_FOR_BASE_P in ok_for_base_p_1() 70 return REGNO_MODE_OK_FOR_BASE_P (regno, MACRO_MODE (mode)); in ok_for_base_p_1()
|
H A D | ChangeLog-2004 | 9041 * defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P) 9050 * reload.c (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P): Remove 45418 (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
|
H A D | FSFChangeLog.11 | 8024 * reload.c (REGNO_MODE_OK_FOR_BASE_P): Define if not defined.
|
H A D | ChangeLog-2010 | 6152 (REGNO_MODE_OK_FOR_BASE_P): Cast REGNO to int before passing it to 7775 * doc/tm.texi.in (REGNO_OK_FOR_BASE_P, REGNO_MODE_OK_FOR_BASE_P,
|
H A D | ChangeLog-2006 | 15963 (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P): Delete macros.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/cr16/ |
H A D | cr16.h | 289 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro 427 REGNO_MODE_OK_FOR_BASE_P (REGNO(X), MODE)
|
H A D | cr16.cc | 1294 && !REGNO_MODE_OK_FOR_BASE_P (REGNO (address.base), mode)) in cr16_legitimate_address_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cr16/ |
H A D | cr16.h | 292 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro 432 REGNO_MODE_OK_FOR_BASE_P (REGNO(X), MODE)
|
H A D | cr16.c | 1292 && !REGNO_MODE_OK_FOR_BASE_P (REGNO (address.base), mode)) in cr16_legitimate_address_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.h | 1792 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro 1800 REGNO_MODE_OK_FOR_BASE_P (X, QImode) 1805 (REGNO_MODE_OK_FOR_BASE_P (REGNO, QImode) \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.h | 1885 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro 1893 REGNO_MODE_OK_FOR_BASE_P (X, QImode) 1898 (REGNO_MODE_OK_FOR_BASE_P (REGNO, QImode) \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv.h | 590 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
H A D | iq2000.h | 715 #define REGNO_MODE_OK_FOR_BASE_P(regno, mode) \ macro
|
H A D | iq2000.cc | 301 ? REGNO_MODE_OK_FOR_BASE_P (REGNO (reg), mode) in iq2000_reg_mode_ok_for_base_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
H A D | iq2000.h | 715 #define REGNO_MODE_OK_FOR_BASE_P(regno, mode) \ macro
|
H A D | iq2000.c | 301 ? REGNO_MODE_OK_FOR_BASE_P (REGNO (reg), mode) in iq2000_reg_mode_ok_for_base_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv.h | 643 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.h | 776 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.h | 2605 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.h | 2586 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi.in | 2144 @defmac REGNO_MODE_OK_FOR_BASE_P (@var{num}, @var{mode}) 2171 This is similar to @code{REGNO_MODE_OK_FOR_BASE_P}, except
|
H A D | tm.texi | 2481 @defmac REGNO_MODE_OK_FOR_BASE_P (@var{num}, @var{mode}) 2508 This is similar to @code{REGNO_MODE_OK_FOR_BASE_P}, except
|
H A D | gccint.info | 33222 -- Macro: REGNO_MODE_OK_FOR_BASE_P (NUM, MODE) 33249 'REGNO_MODE_OK_FOR_BASE_P', except that that expression may examine 54855 * REGNO_MODE_OK_FOR_BASE_P: Register Classes. (line 150)
|