Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/alpha/
Dalpha.c4618 rtx orig_dst = operands[0]; local
4651 tmp = XEXP (orig_dst, 0);
4797 if (GET_CODE (XEXP (orig_dst, 0)) == ADDRESSOF)
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)));
4853 emit_move_insn (adjust_address (orig_dst, DImode, ofs),
4869 emit_move_insn (adjust_address (orig_dst, SImode, ofs),
4871 emit_move_insn (adjust_address (orig_dst, SImode, ofs + 4),
4879 emit_move_insn (adjust_address (orig_dst, SImode, ofs),
[all …]
/openbsd/src/gnu/gcc/gcc/config/alpha/
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()
4079 emit_move_insn (adjust_address (orig_dst, SImode, ofs + 4), in alpha_expand_block_move()
4087 emit_move_insn (adjust_address (orig_dst, SImode, ofs), in alpha_expand_block_move()
4103 alpha_expand_unaligned_store (orig_dst, data_regs[i], 8, ofs); in alpha_expand_block_move()
4105 alpha_expand_unaligned_store_words (data_regs + i, orig_dst, in alpha_expand_block_move()
4117 alpha_expand_unaligned_store (orig_dst, data_regs[i], 4, ofs); in alpha_expand_block_move()
4125 emit_move_insn (adjust_address (orig_dst, HImode, ofs), data_regs[i]); in alpha_expand_block_move()
[all …]
/openbsd/src/gnu/gcc/gcc/
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/src/gnu/gcc/gcc/config/m32r/
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/src/usr.sbin/nsd/
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/src/gnu/usr.bin/gcc/gcc/config/m32r/
Dm32r.c2760 rtx orig_dst = operands[0]; local
2775 dst_reg = copy_addr_to_reg (XEXP (orig_dst, 0));
/openbsd/src/sbin/unwind/libunbound/sldns/
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/src/usr.sbin/unbound/sldns/
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/src/gnu/usr.bin/gcc/gcc/
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);