Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Daddrtostr.c67 const char *orig_dst = dst; in addrtostr() local
92 return orig_dst; in addrtostr()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.c1870 emit_group_store (rtx orig_dst, rtx src, tree type ATTRIBUTE_UNUSED, int ssize) in emit_group_store() argument
1874 enum machine_mode m = GET_MODE (orig_dst); in emit_group_store()
1879 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
1881 enum machine_mode imode = int_mode_for_mode (GET_MODE (orig_dst)); in emit_group_store()
1883 dst = assign_stack_temp (GET_MODE (orig_dst), ssize, 0); in emit_group_store()
1888 dst = gen_lowpart (GET_MODE (orig_dst), dst); in emit_group_store()
1889 emit_move_insn (orig_dst, dst); in emit_group_store()
1918 dst = orig_dst; in emit_group_store()
2054 BLOCK_REG_PADDING (GET_MODE (orig_dst), type, i == start) in emit_group_store()
2081 if (orig_dst != dst) in emit_group_store()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dexpr.c2389 emit_group_store (rtx orig_dst, rtx src, tree type ATTRIBUTE_UNUSED, in emit_group_store() argument
2394 machine_mode m = GET_MODE (orig_dst); in emit_group_store()
2399 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
2402 if (int_mode_for_mode (GET_MODE (orig_dst)).exists (&imode)) in emit_group_store()
2406 dst = gen_lowpart (GET_MODE (orig_dst), dst); in emit_group_store()
2410 dst = assign_stack_temp (GET_MODE (orig_dst), ssize); in emit_group_store()
2413 emit_move_insn (orig_dst, dst); in emit_group_store()
2442 dst = orig_dst; in emit_group_store()
2583 BLOCK_REG_PADDING (GET_MODE (orig_dst), type, i == start) in emit_group_store()
2617 if (orig_dst != dst) in emit_group_store()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c21887 rtx orig_dst = dst; in expand_constant_movmem_prologue() local
21950 if (MEM_SIZE_KNOWN_P (orig_dst)) in expand_constant_movmem_prologue()
21951 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes); in expand_constant_movmem_prologue()
22001 rtx orig_dst = dst; in expand_constant_setmem_prologue() local
22030 if (MEM_SIZE_KNOWN_P (orig_dst)) in expand_constant_setmem_prologue()
22031 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes); in expand_constant_setmem_prologue()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c27273 rtx orig_dst = dst; in expand_set_or_movmem_constant_prologue() local
27305 if (MEM_SIZE_KNOWN_P (orig_dst)) in expand_set_or_movmem_constant_prologue()
27306 set_mem_size (dst, MEM_SIZE (orig_dst) - align_bytes); in expand_set_or_movmem_constant_prologue()