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

/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c1338 unsigned int i, total_words;
1340 total_words = GET_MODE_SIZE (GET_MODE (target)) / UNITS_PER_WORD;
1341 for (i = nwords; i < total_words; i++)
1344 WORDS_BIG_ENDIAN ? total_words - i - 1 : i,
1334 unsigned int i, total_words; local

Completed in 73 milliseconds