Searched refs:total_words (Results 1 – 1 of 1) sorted by relevance
1334 unsigned int i, total_words; in extract_bit_field() local1336 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()