Lines Matching defs:xplus0
351 rtx xplus0 = XEXP (xinsn, 0);
356 while (GET_CODE (xplus0) == SUBREG)
357 xplus0 = SUBREG_REG (xplus0);
358 code0 = GET_CODE (xplus0);
365 && iq2000_reg_mode_ok_for_base_p (xplus0, mode, strict))
3275 rtx xplus0 = XEXP (xinsn, 0);
3277 enum rtx_code code0 = GET_CODE (xplus0);
3282 xplus0 = XEXP (xinsn, 1);
3284 code0 = GET_CODE (xplus0);
3288 if (code0 == REG && REG_MODE_OK_FOR_BASE_P (xplus0, mode)
3298 gen_rtx_PLUS (Pmode, xplus0, int_reg)));