Searched refs:alpha_legitimate_address_p (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/gcc/config/alpha/ |
H A D | alpha-protos.h | 46 extern bool alpha_legitimate_address_p (enum machine_mode, rtx, int);
|
H A D | alpha.h | 1093 if (alpha_legitimate_address_p (MODE, X, 1)) \ 1099 if (alpha_legitimate_address_p (MODE, X, 0)) \
|
H A D | alpha.c | 910 alpha_legitimate_address_p (enum machine_mode mode, rtx x, int strict) in alpha_legitimate_address_p() function
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha-protos.h | 93 extern bool alpha_legitimate_address_p PARAMS ((enum machine_mode, rtx, int));
|
H A D | alpha.h | 1399 if (alpha_legitimate_address_p (MODE, X, 1)) \ 1405 if (alpha_legitimate_address_p (MODE, X, 0)) \
|
H A D | alpha.c | 2018 alpha_legitimate_address_p (mode, x, strict) in alpha_legitimate_address_p() function
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.6 | 11762 (alpha_legitimate_address_p): Allow LO_SUM. 12013 * config/alpha/alpha.c (alpha_legitimate_address_p): New.
|
H A D | ChangeLog.7 | 4389 (alpha_legitimate_address_p): Likewise. 21069 (alpha_legitimate_address_p): Accept simple references
|
H A D | ChangeLog | 15829 (alpha_legitimate_address_p): Test LINKAGE_SYMBOL_REF_P.
|