Home
last modified time | relevance | path

Searched refs:rounded_count (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c21469 HOST_WIDE_INT rounded_count; in expand_movmem_via_rep_mov() local
21497 rounded_count = (INTVAL (count) in expand_movmem_via_rep_mov()
21501 set_mem_size (destmem, rounded_count); in expand_movmem_via_rep_mov()
21502 set_mem_size (srcmem, rounded_count); in expand_movmem_via_rep_mov()
21524 HOST_WIDE_INT rounded_count; in expand_setmem_via_rep_stos() local
21540 rounded_count = (INTVAL (count) in expand_setmem_via_rep_stos()
21543 set_mem_size (destmem, rounded_count); in expand_setmem_via_rep_stos()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c26488 HOST_WIDE_INT rounded_count; in expand_set_or_movmem_via_rep() local
26511 rounded_count in expand_set_or_movmem_via_rep()
26514 set_mem_size (destmem, rounded_count); in expand_set_or_movmem_via_rep()
26538 rounded_count in expand_set_or_movmem_via_rep()
26541 set_mem_size (srcmem, rounded_count); in expand_set_or_movmem_via_rep()