Lines Matching defs:new_src
907 rtx new_src;
912 new_src = simplify_replace_rtx (SET_SRC (new_set), reg, src);
914 if (set_src_cost (new_src, mode, speed) <= old_cost
916 new_src, 0))
1752 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[regno], mode);
1762 if (new_src == const0_rtx)
1774 rtx tem = gen_rtx_PLUS (mode, reg, new_src);
1782 && have_add2_insn (reg, new_src))
1852 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[i],
1860 if (new_src == const0_rtx)
1868 XEXP (plus_expr, 1) = new_src;
1887 rtx new_src = gen_int_mode (UINTVAL (off) - reg_offset[min_regno],
1889 tem = gen_rtx_PLUS (GET_MODE (reg), tem, new_src);
2002 rtx new_src =
2010 if (new_src == const0_rtx)
2018 rtx tem = gen_rtx_PLUS (mode, reg, new_src);
2027 && have_add2_insn (reg, new_src))