Lines Matching refs:xplus1
352 rtx xplus1 = XEXP (xinsn, 1);
360 while (GET_CODE (xplus1) == SUBREG)
361 xplus1 = SUBREG_REG (xplus1);
362 code1 = GET_CODE (xplus1);
367 if (code1 == CONST_INT && SMALL_INT (xplus1)
368 && SMALL_INT_UNSIGNED (xplus1) /* No negative offsets */)
3276 rtx xplus1 = XEXP (xinsn, 1);
3278 enum rtx_code code1 = GET_CODE (xplus1);
3283 xplus1 = XEXP (xinsn, 0);
3285 code1 = GET_CODE (xplus1);
3289 && code1 == CONST_INT && !SMALL_INT (xplus1))
3295 GEN_INT (INTVAL (xplus1) & ~ 0x7fff));
3300 return plus_constant (Pmode, ptr_reg, INTVAL (xplus1) & 0x7fff);