Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexpmed.c1334 unsigned int i, total_words; in extract_bit_field() local
1336 total_words = GET_MODE_SIZE (GET_MODE (target)) / UNITS_PER_WORD; in extract_bit_field()
1337 for (i = nwords; i < total_words; i++) in extract_bit_field()
1340 WORDS_BIG_ENDIAN ? total_words - i - 1 : i, in extract_bit_field()