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

/freebsd-11-stable/contrib/gcc/
H A Dvarasm.c2278 unsigned int subsize, i;
2280 subsize = size > UNITS_PER_WORD? UNITS_PER_WORD : 1;
2281 subalign = MIN (align, subsize * BITS_PER_UNIT);
2282 omode = mode_for_size (subsize * BITS_PER_UNIT, MODE_INT, 0);
2285 for (i = 0; i < size; i += subsize)
2288 if (!partial || !assemble_integer (partial, subsize, subalign, 0))
2268 unsigned int subsize, i; local

Completed in 75 milliseconds