Lines Matching refs:orig_src
268 rtx orig_src = XEXP (*loc, 0); in update_reg_equal_equiv_notes() local
271 if (GET_CODE (orig_src) == CONST_INT in update_reg_equal_equiv_notes()
274 if (INTVAL (orig_src) >= 0 || code == SIGN_EXTEND) in update_reg_equal_equiv_notes()
281 = gen_int_mode (INTVAL (orig_src) in update_reg_equal_equiv_notes()
320 rtx orig_src = SET_SRC (*orig_set); in combine_set_extension() local
339 if (GET_CODE (orig_src) == CONST_INT in combine_set_extension()
342 if (INTVAL (orig_src) >= 0 || cand->code == SIGN_EXTEND) in combine_set_extension()
343 new_set = gen_rtx_SET (new_reg, orig_src); in combine_set_extension()
349 = gen_int_mode (INTVAL (orig_src) & GET_MODE_MASK (orig_mode), in combine_set_extension()
354 else if (GET_MODE (orig_src) == VOIDmode) in combine_set_extension()
359 else if (GET_CODE (orig_src) == cand->code) in combine_set_extension()
363 = gen_rtx_fmt_e (cand->code, cand->mode, XEXP (orig_src, 0)); in combine_set_extension()
369 else if (GET_CODE (orig_src) == IF_THEN_ELSE) in combine_set_extension()
379 = gen_rtx_fmt_e (cand->code, cand->mode, orig_src); in combine_set_extension()