Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dree.cc268 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 …]
H A Dexpr.cc2374 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, in emit_group_load_1() argument
2379 machine_mode m = GET_MODE (orig_src); in emit_group_load_1()
2385 && !MEM_P (orig_src) in emit_group_load_1()
2386 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
2389 if (int_mode_for_mode (GET_MODE (orig_src)).exists (&imode)) in emit_group_load_1()
2392 emit_move_insn (gen_lowpart (GET_MODE (orig_src), src), orig_src); in emit_group_load_1()
2396 src = assign_stack_temp (GET_MODE (orig_src), ssize); in emit_group_load_1()
2397 emit_move_insn (src, orig_src); in emit_group_load_1()
2429 BLOCK_REG_PADDING (GET_MODE (orig_src), type, i == start) in emit_group_load_1()
2443 src = orig_src; in emit_group_load_1()
[all …]
H A Dcombine.cc1402 rtx orig_src = SET_SRC (set); in combine_instructions() local
1408 i2mod_old_rhs = copy_rtx (orig_src); in combine_instructions()
1419 SET_SRC (set) = orig_src; in combine_instructions()
H A DChangeLog-19991203 * cse.c (struct set): New entry orig_src.
H A DChangeLog-20042686 * expr.c (emit_group_load_1): Don't die on const_int orig_src.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dree.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 …]
H A Dexpr.c2170 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, in emit_group_load_1() argument
2175 machine_mode m = GET_MODE (orig_src); in emit_group_load_1()
2181 && !MEM_P (orig_src) in emit_group_load_1()
2182 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
2185 if (int_mode_for_mode (GET_MODE (orig_src)).exists (&imode)) in emit_group_load_1()
2188 emit_move_insn (gen_lowpart (GET_MODE (orig_src), src), orig_src); in emit_group_load_1()
2192 src = assign_stack_temp (GET_MODE (orig_src), ssize); in emit_group_load_1()
2193 emit_move_insn (src, orig_src); in emit_group_load_1()
2225 BLOCK_REG_PADDING (GET_MODE (orig_src), type, i == start) in emit_group_load_1()
2239 src = orig_src; in emit_group_load_1()
[all …]
H A Dcombine.c1501 rtx orig_src = SET_SRC (set); in combine_instructions() local
1507 i2mod_old_rhs = copy_rtx (orig_src); in combine_instructions()
1518 SET_SRC (set) = orig_src; in combine_instructions()
/netbsd-src/sys/kern/
H A Dsubr_msan.c332 uint8_t *orig_src, *orig_dst; in kmsan_meta_copy() local
350 orig_src = kmsan_md_addr_to_orig(src); in kmsan_meta_copy()
353 _src = (msan_orig_t *)((uintptr_t)orig_src & ~0x3); in kmsan_meta_copy()
356 orig_src++; in kmsan_meta_copy()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc2751 rtx orig_src = operands[1]; in expand_block_move() local
2862 addr = XEXP (orig_src, 0); in expand_block_move()
2868 orig_src = replace_equiv_address (orig_src, addr); in expand_block_move()
2904 src = adjust_address (orig_src, mode, offset); in expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c2725 rtx orig_src = operands[1]; in expand_block_move() local
2792 addr = XEXP (orig_src, 0); in expand_block_move()
2798 orig_src = replace_equiv_address (orig_src, addr); in expand_block_move()
2825 src = adjust_address (orig_src, mode, offset); in expand_block_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc3790 rtx orig_src = operands[1]; in alpha_expand_block_move() local
3803 tmp = XEXP (orig_src, 0); in alpha_expand_block_move()
3855 adjust_address (orig_src, DImode, ofs + i * 8)); in alpha_expand_block_move()
3871 adjust_address (orig_src, SImode, ofs + i * 4)); in alpha_expand_block_move()
3885 alpha_expand_unaligned_load_words (data_regs + nregs, orig_src, in alpha_expand_block_move()
3896 alpha_expand_unaligned_load (tmp, orig_src, 4, ofs, 0); in alpha_expand_block_move()
3907 emit_move_insn (tmp, adjust_address (orig_src, HImode, ofs)); in alpha_expand_block_move()
3915 alpha_expand_unaligned_load (tmp, orig_src, 2, ofs, 0); in alpha_expand_block_move()
3924 emit_move_insn (tmp, adjust_address (orig_src, QImode, ofs)); in alpha_expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c3785 rtx orig_src = operands[1]; in alpha_expand_block_move() local
3798 tmp = XEXP (orig_src, 0); in alpha_expand_block_move()
3850 adjust_address (orig_src, DImode, ofs + i * 8)); in alpha_expand_block_move()
3866 adjust_address (orig_src, SImode, ofs + i * 4)); in alpha_expand_block_move()
3880 alpha_expand_unaligned_load_words (data_regs + nregs, orig_src, in alpha_expand_block_move()
3891 alpha_expand_unaligned_load (tmp, orig_src, 4, ofs, 0); in alpha_expand_block_move()
3902 emit_move_insn (tmp, adjust_address (orig_src, HImode, ofs)); in alpha_expand_block_move()
3910 alpha_expand_unaligned_load (tmp, orig_src, 2, ofs, 0); in alpha_expand_block_move()
3919 emit_move_insn (tmp, adjust_address (orig_src, QImode, ofs)); in alpha_expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c2517 rtx orig_src = operands[1]; in m32r_expand_block_move() local
2532 src_reg = copy_addr_to_reg (XEXP (orig_src, 0)); in m32r_expand_block_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc2518 rtx orig_src = operands[1]; in m32r_expand_block_move() local
2533 src_reg = copy_addr_to_reg (XEXP (orig_src, 0)); in m32r_expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/frv/
H A Dfrv.c2190 rtx orig_src = operands[1]; in frv_expand_block_move() local
2230 src_reg = copy_addr_to_reg (XEXP (orig_src, 0)); in frv_expand_block_move()
2258 src_mem = change_address (orig_src, mode, src_addr); in frv_expand_block_move()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.cc2179 rtx orig_src = operands[1]; in frv_expand_block_move() local
2219 src_reg = copy_addr_to_reg (XEXP (orig_src, 0)); in frv_expand_block_move()
2247 src_mem = change_address (orig_src, mode, src_addr); in frv_expand_block_move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c6760 rtx orig_src = NULL; in expand_set_or_cpymem_constant_prologue() local
6768 orig_src = src; in expand_set_or_cpymem_constant_prologue()
6814 if (MEM_SIZE_KNOWN_P (orig_src)) in expand_set_or_cpymem_constant_prologue()
6815 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes); in expand_set_or_cpymem_constant_prologue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc7916 rtx orig_src = NULL; in expand_set_or_cpymem_constant_prologue() local
7924 orig_src = src; in expand_set_or_cpymem_constant_prologue()
7970 if (MEM_SIZE_KNOWN_P (orig_src)) in expand_set_or_cpymem_constant_prologue()
7971 set_mem_size (src, MEM_SIZE (orig_src) - align_bytes); in expand_set_or_cpymem_constant_prologue()