Home
last modified time | relevance | path

Searched refs:orig_src (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDree.c290 rtx orig_src = SET_SRC (*orig_set); in combine_set_extension() local
296 if (GET_CODE (orig_src) == CONST_INT in combine_set_extension()
299 if (INTVAL (orig_src) >= 0 || cand->code == SIGN_EXTEND) in combine_set_extension()
300 new_set = gen_rtx_SET (VOIDmode, new_reg, orig_src); in combine_set_extension()
307 = GEN_INT (INTVAL (orig_src) & GET_MODE_MASK (src_mode)); in combine_set_extension()
311 else if (GET_MODE (orig_src) == VOIDmode) in combine_set_extension()
316 else if (GET_CODE (orig_src) == cand->code) in combine_set_extension()
320 = gen_rtx_fmt_e (cand->code, cand->mode, XEXP (orig_src, 0)); in combine_set_extension()
326 else if (GET_CODE (orig_src) == IF_THEN_ELSE) in combine_set_extension()
336 = gen_rtx_fmt_e (cand->code, cand->mode, orig_src); in combine_set_extension()
HDexpr.c1600 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize) in emit_group_load_1() argument
1604 enum machine_mode m = GET_MODE (orig_src); in emit_group_load_1()
1610 && !MEM_P (orig_src) in emit_group_load_1()
1611 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
1613 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_src)); in emit_group_load_1()
1615 src = assign_stack_temp (GET_MODE (orig_src), ssize, 0); in emit_group_load_1()
1619 src = gen_lowpart (GET_MODE (orig_src), src); in emit_group_load_1()
1620 emit_move_insn (src, orig_src); in emit_group_load_1()
1650 BLOCK_REG_PADDING (GET_MODE (orig_src), type, i == start) in emit_group_load_1()
1664 src = orig_src; in emit_group_load_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDree.c268 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()
[all …]
HDexpr.c2109 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, in emit_group_load_1() argument
2114 machine_mode m = GET_MODE (orig_src); in emit_group_load_1()
2120 && !MEM_P (orig_src) in emit_group_load_1()
2121 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
2124 if (int_mode_for_mode (GET_MODE (orig_src)).exists (&imode)) in emit_group_load_1()
2127 emit_move_insn (gen_lowpart (GET_MODE (orig_src), src), orig_src); in emit_group_load_1()
2131 src = assign_stack_temp (GET_MODE (orig_src), ssize); in emit_group_load_1()
2132 emit_move_insn (src, orig_src); in emit_group_load_1()
2164 BLOCK_REG_PADDING (GET_MODE (orig_src), type, i == start) in emit_group_load_1()
2178 src = orig_src; in emit_group_load_1()
[all …]
HDcombine.c1502 rtx orig_src = SET_SRC (set); in combine_instructions() local
1508 i2mod_old_rhs = copy_rtx (orig_src); in combine_instructions()
1519 SET_SRC (set) = orig_src; in combine_instructions()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c21888 rtx orig_src = src; in expand_constant_movmem_prologue() local
21952 if (MEM_SIZE_KNOWN_P (orig_src)) in expand_constant_movmem_prologue()
21953 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes); in expand_constant_movmem_prologue()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c27274 rtx orig_src = NULL; in expand_set_or_movmem_constant_prologue() local
27282 orig_src = src; in expand_set_or_movmem_constant_prologue()
27328 if (MEM_SIZE_KNOWN_P (orig_src)) in expand_set_or_movmem_constant_prologue()
27329 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes); in expand_set_or_movmem_constant_prologue()