Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/
H A Dbfin.c3212 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_cpymem() argument
3218 if (GET_CODE (align_exp) == CONST_INT) in bfin_expand_cpymem()
3219 align = INTVAL (align_exp); in bfin_expand_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.cc3213 bfin_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp) in bfin_expand_cpymem() argument
3219 if (GET_CODE (align_exp) == CONST_INT) in bfin_expand_cpymem()
3220 align = INTVAL (align_exp); in bfin_expand_cpymem()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.c1673 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp, in c6x_expand_cpymem() argument
1682 if (CONST_INT_P (align_exp)) in c6x_expand_cpymem()
1683 align = INTVAL (align_exp); in c6x_expand_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.cc1675 c6x_expand_cpymem (rtx dst, rtx src, rtx count_exp, rtx align_exp, in c6x_expand_cpymem() argument
1684 if (CONST_INT_P (align_exp)) in c6x_expand_cpymem()
1685 align = INTVAL (align_exp); in c6x_expand_cpymem()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c7197 rtx align_exp, rtx expected_align_exp, in ix86_expand_set_or_cpymem() argument
7229 if (CONST_INT_P (align_exp)) in ix86_expand_set_or_cpymem()
7230 align = INTVAL (align_exp); in ix86_expand_set_or_cpymem()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc8355 rtx align_exp, rtx expected_align_exp, in ix86_expand_set_or_cpymem() argument
8387 if (CONST_INT_P (align_exp)) in ix86_expand_set_or_cpymem()
8388 align = INTVAL (align_exp); in ix86_expand_set_or_cpymem()