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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12931 ix86_expand_movmem (rtx dst, rtx src, rtx count_exp, rtx align_exp)
12938 if (GET_CODE (align_exp) == CONST_INT)
12939 align = INTVAL (align_exp);
13238 ix86_expand_clrmem (rtx dst, rtx count_exp, rtx align_exp)
13245 if (GET_CODE (align_exp) == CONST_INT)
13246 align = INTVAL (align_exp);
12906 ix86_expand_movmem(rtx dst, rtx src, rtx count_exp, rtx align_exp) argument
13213 ix86_expand_clrmem(rtx dst, rtx count_exp, rtx align_exp) argument

Completed in 204 milliseconds