Searched refs:basey (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dalias.c2152 rtx basex, basey;
2266 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly;
2267 if (GET_CODE (basey) == PLUS && CONST_INT_P (XEXP (basey, 1)))
2268 offsety = INTVAL (XEXP (basey, 1)), basey = XEXP (basey, 0);
2274 if (! rtx_equal_p (basex, basey))
2275 return ((CONSTANT_P (basex) && CONSTANT_P (basey))
2276 || (CONSTANT_P (basex) && REG_P (basey)
2150 rtx basex, basey; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dalias.c2055 rtx basex, basey;
2148 basey = MEM_P (rtly) ? XEXP (rtly, 0) : rtly;
2149 if (GET_CODE (basey) == PLUS && GET_CODE (XEXP (basey, 1)) == CONST_INT)
2150 offsety = INTVAL (XEXP (basey, 1)), basey = XEXP (basey, 0);
2156 if (! rtx_equal_p (basex, basey))
2157 return ((CONSTANT_P (basex) && CONSTANT_P (basey))
2158 || (CONSTANT_P (basex) && REG_P (basey)
2052 rtx basex, basey; local
[all...]

Completed in 196 milliseconds