Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c53 #define index_word_hi(total) 0 macro
62 #define index_word_hi(total) ((total) - 1) macro
247 index = index_word_hi(size_words); in _mesa_short_shift_left_m()
288 uint32_t *dest = m_out + index_word_hi(size_words); in _mesa_shift_left_m()
289 a += index_word_hi(size_words - word_dist); in _mesa_shift_left_m()
326 last_index = index_word_hi(size_words); in _mesa_short_shift_right_m()
359 last_index = index_word_hi(size_words); in _mesa_short_shift_right_jam_m()
585 last_index = index_word_hi(size_words); in _mesa_neg_x_m()
616 last_index = index_word_hi(size_words); in _mesa_add_m()
648 last_index = index_word_hi(size_words); in _mesa_sub_m()