Searched refs:INT_REG_OK_FOR_BASE_P (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/gcc/config/rs6000/ |
| HD | 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)
|
| HD | rs6000.c | 2805 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), strict)) in rs6000_legitimate_offset_address_p() 2889 && ((INT_REG_OK_FOR_BASE_P (op0, strict) in legitimate_indexed_address_p() 2891 || (INT_REG_OK_FOR_BASE_P (op1, strict) in legitimate_indexed_address_p() 2898 return GET_CODE (x) == REG && INT_REG_OK_FOR_BASE_P (x, strict); in legitimate_indirect_address_p() 2913 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), 0)) in macho_lo_sum_memory_operand() 2927 if (!INT_REG_OK_FOR_BASE_P (XEXP (x, 0), strict)) in legitimate_lo_sum_address_p()
|
| /trueos/contrib/gcc/ |
| HD | ChangeLog-2001 | 23910 (INT_REG_OK_FOR_BASE_P): Likewise. 23912 (REG_OK_FOR_BASE_P): Use INT_REG_OK_FOR_BASE_P. 23914 INT_REG_OK_FOR_BASE_P instead of REG_OK_FOR_INDEX_P and
|
| HD | ChangeLog-2005 | 1995 (INT_REG_OK_FOR_BASE_P): Correct.
|