Home
last modified time | relevance | path

Searched refs:src_align (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/score/
H A Dscore-mdaux.c783 rtx src_reg, HOST_WIDE_INT src_align, in mdx_block_move_loop_head() argument
786 bool src_unaligned = (src_align < BITS_PER_WORD); in mdx_block_move_loop_head()
812 rtx src_reg, HOST_WIDE_INT src_align, in mdx_block_move_loop_body() argument
818 bool src_unaligned = (src_align < BITS_PER_WORD); in mdx_block_move_loop_body()
852 rtx src_reg, HOST_WIDE_INT src_align, in mdx_block_move_loop_foot() argument
855 bool src_unaligned = (src_align < BITS_PER_WORD); in mdx_block_move_loop_foot()
865 src_reg, src_align, length); in mdx_block_move_loop_foot()
879 && src_align >= BITS_PER_WORD / 2 in mdx_block_move_loop_foot()
916 HOST_WIDE_INT src_align = MEM_ALIGN (src); in mdx_block_move_loop() local
923 bool gen_loop_head = (src_align < BITS_PER_WORD in mdx_block_move_loop()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.c4615 HOST_WIDE_INT src_align = INTVAL (align_rtx) * BITS_PER_UNIT; local
4616 HOST_WIDE_INT dst_align = src_align;
4632 src_align = MAX (src_align, REGNO_POINTER_ALIGN (REGNO (tmp)));
4640 if (a > src_align)
4643 src_align = 64;
4645 src_align = 32;
4647 src_align = 16;
4701 src_align = GET_MODE_BITSIZE (GET_MODE (tmp));
4705 if (src_align >= 64 && bytes >= 8)
4721 if (src_align >= 32 && bytes >= 4)
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dbuiltins.c2840 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_memcpy() local
2864 if (src_align == 0) in expand_builtin_memcpy()
2890 set_mem_align (src_mem, src_align); in expand_builtin_memcpy()
2938 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_mempcpy() local
2957 if (dest_align == 0 || src_align == 0) in expand_builtin_mempcpy()
2988 MIN (dest_align, src_align))) in expand_builtin_mempcpy()
2993 set_mem_align (src_mem, src_align); in expand_builtin_mempcpy()
2995 MIN (dest_align, src_align), endp); in expand_builtin_mempcpy()
3021 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); in expand_builtin_memmove() local
3043 if (src_align == 0) in expand_builtin_memmove()
[all …]
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3909 HOST_WIDE_INT src_align = INTVAL (align_rtx) * BITS_PER_UNIT; in alpha_expand_block_move() local
3910 HOST_WIDE_INT dst_align = src_align; in alpha_expand_block_move()
3926 src_align = MAX (src_align, REGNO_POINTER_ALIGN (REGNO (tmp))); in alpha_expand_block_move()
3934 if (a > src_align) in alpha_expand_block_move()
3937 src_align = 64; in alpha_expand_block_move()
3939 src_align = 32; in alpha_expand_block_move()
3941 src_align = 16; in alpha_expand_block_move()
3967 if (src_align >= 64 && bytes >= 8) in alpha_expand_block_move()
3983 if (src_align >= 32 && bytes >= 4) in alpha_expand_block_move()
4024 if (src_align >= 16) in alpha_expand_block_move()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dbuiltins.c1959 unsigned int src_align = get_pointer_alignment (src, BIGGEST_ALIGNMENT); local
1978 if (src_align == 0)
2007 set_mem_align (src_mem, src_align);
H A DChangeLog.4129 src_align and dst_align in bits. Do unaligned quadword loads