Searched refs:last_index (Results 1 – 1 of 1) sorted by relevance
243 unsigned index, last_index; in _mesa_short_shift_left_m() local248 last_index = index_word_lo(size_words); in _mesa_short_shift_left_m()250 while (index != last_index) { in _mesa_short_shift_left_m()321 unsigned index, last_index; in _mesa_short_shift_right_m() local326 last_index = index_word_hi(size_words); in _mesa_short_shift_right_m()328 while (index != last_index) { in _mesa_short_shift_right_m()354 unsigned index, last_index; in _mesa_short_shift_right_jam_m() local359 last_index = index_word_hi(size_words); in _mesa_short_shift_right_jam_m()364 while (index != last_index) { in _mesa_short_shift_right_jam_m()583 unsigned index, last_index; in _mesa_neg_x_m() local[all …]