Home | History | Annotate | Download | only in gcc

Lines Matching defs:plus_cst_src

3228   rtx plus_src, plus_cst_src;
3245 plus_src = plus_cst_src = 0;
3253 plus_cst_src = plus_src;
3267 plus_cst_src = XEXP (links, 0);
3275 if (plus_cst_src)
3277 rtx reg = XEXP (plus_cst_src, 0);
3282 plus_cst_src = 0;
3285 if (plus_cst_src)
3287 rtx reg = XEXP (plus_cst_src, 0);
3288 poly_int64 offset = INTVAL (XEXP (plus_cst_src, 1));
3298 offset = trunc_int_for_mode (offset, GET_MODE (plus_cst_src));
3300 if (GET_CODE (XEXP (plus_cst_src, 0)) == SUBREG)
3301 to_rtx = gen_lowpart (GET_MODE (XEXP (plus_cst_src, 0)),
3547 rtx plus_src, plus_cst_src;
3571 plus_src = plus_cst_src = 0;
3581 plus_cst_src = plus_src;
3595 plus_cst_src = XEXP (links, 0);