Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c22255 ix86_expand_movmem (rtx dst, rtx src, rtx count_exp, rtx align_exp, in ix86_expand_movmem() argument
22272 if (CONST_INT_P (align_exp)) in ix86_expand_movmem()
22273 align = INTVAL (align_exp); in ix86_expand_movmem()
22648 ix86_expand_setmem (rtx dst, rtx count_exp, rtx val_exp, rtx align_exp, in ix86_expand_setmem() argument
22666 if (CONST_INT_P (align_exp)) in ix86_expand_setmem()
22667 align = INTVAL (align_exp); in ix86_expand_setmem()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c27689 rtx align_exp, rtx expected_align_exp, in ix86_expand_set_or_movmem() argument
27721 if (CONST_INT_P (align_exp)) in ix86_expand_set_or_movmem()
27722 align = INTVAL (align_exp); in ix86_expand_set_or_movmem()