Searched refs:align_exp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
H A D | bfin.c | 3212 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 D | bfin.cc | 3213 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 D | c6x.c | 1673 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 D | c6x.cc | 1675 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 D | i386-expand.c | 7197 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 D | i386-expand.cc | 8355 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()
|