Home
last modified time | relevance | path

Searched refs:orig_dst (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c4618 rtx orig_dst = operands[0]; local
4651 tmp = XEXP (orig_dst, 0);
4800 tmp = XEXP (XEXP (orig_dst, 0), 0);
4843 orig_dst = replace_equiv_address (orig_dst,
4844 copy_addr_to_reg (XEXP (orig_dst, 0)));
4954 rtx orig_dst = operands[0]; local
4964 tmp = XEXP (orig_dst, 0);
4996 orig_dst = replace_equiv_address (orig_dst, copy_addr_to_reg (tmp));
5097 orig_dsta = XEXP (orig_dst, 0);
5105 = change_address (orig_dst, DImode,
[all …]
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3912 rtx orig_dst = operands[0]; in alpha_expand_block_move() local
3945 tmp = XEXP (orig_dst, 0); in alpha_expand_block_move()
4061 emit_move_insn (adjust_address (orig_dst, DImode, ofs), in alpha_expand_block_move()
4077 emit_move_insn (adjust_address (orig_dst, SImode, ofs), in alpha_expand_block_move()
4087 emit_move_insn (adjust_address (orig_dst, SImode, ofs), in alpha_expand_block_move()
4158 rtx orig_dst = operands[0]; in alpha_expand_block_clear() local
4168 tmp = XEXP (orig_dst, 0); in alpha_expand_block_clear()
4286 orig_dsta = XEXP (orig_dst, 0); in alpha_expand_block_clear()
4294 = change_address (orig_dst, DImode, in alpha_expand_block_clear()
4356 mem = adjust_address (orig_dst, DImode, ofs); in alpha_expand_block_clear()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dexpr.c1860 emit_group_store (rtx orig_dst, rtx src, tree type ATTRIBUTE_UNUSED, int ssize) in emit_group_store() argument
1864 enum machine_mode m = GET_MODE (orig_dst); in emit_group_store()
1869 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
1871 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst)); in emit_group_store()
1873 dst = assign_stack_temp (GET_MODE (orig_dst), ssize, 0); in emit_group_store()
1878 dst = gen_lowpart (GET_MODE (orig_dst), dst); in emit_group_store()
1879 emit_move_insn (orig_dst, dst); in emit_group_store()
1908 dst = orig_dst; in emit_group_store()
1999 BLOCK_REG_PADDING (GET_MODE (orig_dst), type, i == start) in emit_group_store()
2048 if (orig_dst != dst) in emit_group_store()
[all …]
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.c2204 rtx orig_dst = operands[0]; in m32r_expand_block_move() local
2219 dst_reg = copy_addr_to_reg (XEXP (orig_dst, 0)); in m32r_expand_block_move()
/openbsd/usr.sbin/nsd/
H A Dzonec.c1053 uint8_t *orig_dst = dst; in parse_alpn_copy_unescaped() local
1065 return (size_t)(dst - orig_dst); in parse_alpn_copy_unescaped()
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c2760 rtx orig_dst = operands[0]; local
2775 dst_reg = copy_addr_to_reg (XEXP (orig_dst, 0));
/openbsd/usr.sbin/unbound/sldns/
H A Dstr2wire.c1459 uint8_t *orig_dst = dst; in sldns_str2wire_svcbparam_parse_copy_unescaped() local
1471 return (size_t)(dst - orig_dst); in sldns_str2wire_svcbparam_parse_copy_unescaped()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dstr2wire.c1459 uint8_t *orig_dst = dst; in sldns_str2wire_svcbparam_parse_copy_unescaped() local
1471 return (size_t)(dst - orig_dst); in sldns_str2wire_svcbparam_parse_copy_unescaped()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c2437 emit_group_store (orig_dst, src, ssize) in emit_group_store() argument
2438 rtx orig_dst, src; in emit_group_store()
2467 dst = orig_dst;
2489 dst = gen_reg_rtx (GET_MODE (orig_dst));
2491 emit_move_insn (dst, CONST0_RTX (GET_MODE (orig_dst)));
2550 if (orig_dst != dst)
2551 emit_move_insn (orig_dst, dst);