Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Demit-rtl.h515 extern int get_mem_align_offset (rtx, unsigned int);
H A Demit-rtl.c1832 get_mem_align_offset (rtx mem, unsigned int align) in get_mem_align_offset() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.h609 extern int get_mem_align_offset (rtx, unsigned int);
H A Demit-rtl.c1462 get_mem_align_offset (rtx mem, unsigned int align) in get_mem_align_offset() function
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c21890 int src_align_bytes = get_mem_align_offset (src, desired_align * BITS_PER_UNIT); in expand_constant_movmem_prologue()
22347 = get_mem_align_offset (dst, desired_align * BITS_PER_UNIT); in ix86_expand_movmem()
22734 = get_mem_align_offset (dst, desired_align * BITS_PER_UNIT); in ix86_expand_setmem()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c27310 int src_align_bytes = get_mem_align_offset (src, desired_align in expand_set_or_movmem_constant_prologue()
27857 = get_mem_align_offset (dst, desired_align * BITS_PER_UNIT); in ix86_expand_set_or_movmem()