Searched refs:VALID_CONSTANT_OFFSET_P (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 1166 #define VALID_CONSTANT_OFFSET_P(X,MODE) \ macro 1311 && !VALID_CONSTANT_OFFSET_P (XEXP (X, 1), MODE)) \
|
| D | m68hc11.c | 609 if (!VALID_CONSTANT_OFFSET_P (offset, mode)) in m68hc11_valid_addressing_p() 620 if (!VALID_CONSTANT_OFFSET_P (base, mode)) in m68hc11_valid_addressing_p() 635 return VALID_CONSTANT_OFFSET_P (operand, mode); in m68hc11_valid_addressing_p() 844 if (!VALID_CONSTANT_OFFSET_P (big_offset, mode)) in m68hc11_reload_operands() 873 if (!VALID_CONSTANT_OFFSET_P (offset, mode)) in m68hc11_reload_operands()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| D | m68hc11.h | 1312 #define VALID_CONSTANT_OFFSET_P(X,MODE) \ macro 1514 && !VALID_CONSTANT_OFFSET_P (XEXP (X, 1), MODE)) \
|
| D | m68hc11.c | 553 if (!VALID_CONSTANT_OFFSET_P (offset, mode)) 563 if (!VALID_CONSTANT_OFFSET_P (base, mode)) 580 return VALID_CONSTANT_OFFSET_P (operand, mode); 784 if (!VALID_CONSTANT_OFFSET_P (big_offset, mode)) 813 if (!VALID_CONSTANT_OFFSET_P (offset, mode))
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog.7 | 13983 * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
|