Searched refs:INT_REG_OK_FOR_BASE_P (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| H A D | rs6000.h | 2032 #define INT_REG_OK_FOR_BASE_P(X, STRICT) \ macro 2036 #define REG_OK_FOR_BASE_P(X) INT_REG_OK_FOR_BASE_P (X, REG_OK_STRICT_FLAG) 2083 && INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \ 2104 && ((INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \ 2106 || (INT_REG_OK_FOR_BASE_P (XEXP (X, 1), (STRICT)) \ 2110 (GET_CODE (X) == REG && INT_REG_OK_FOR_BASE_P (X, (STRICT))) 2120 && INT_REG_OK_FOR_BASE_P (XEXP (X, 0), (STRICT)) \
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | rs6000.h | 1651 #define INT_REG_OK_FOR_BASE_P(X, STRICT) \ macro 1656 #define REG_OK_FOR_BASE_P(X) INT_REG_OK_FOR_BASE_P (X, REG_OK_STRICT_FLAG)
|
| H A D | rs6000.c | 2772 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), strict)) in rs6000_legitimate_offset_address_p() 2856 && ((INT_REG_OK_FOR_BASE_P (op0, strict) in legitimate_indexed_address_p() 2858 || (INT_REG_OK_FOR_BASE_P (op1, strict) in legitimate_indexed_address_p() 2865 return GET_CODE (x) == REG && INT_REG_OK_FOR_BASE_P (x, strict); in legitimate_indirect_address_p() 2880 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), 0)) in macho_lo_sum_memory_operand() 2894 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), strict)) in legitimate_lo_sum_address_p()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.5 | 4703 (INT_REG_OK_FOR_BASE_P): Likewise. 4705 (REG_OK_FOR_BASE_P): Use INT_REG_OK_FOR_BASE_P. 4707 INT_REG_OK_FOR_BASE_P instead of REG_OK_FOR_INDEX_P and
|