Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c274 uint32_t word_dist; in _mesa_shift_left_m() local
278 word_dist = dist >> 5; in _mesa_shift_left_m()
279 if (word_dist < size_words) { in _mesa_shift_left_m()
280 a += index_multiword_lo_but(size_words, word_dist); in _mesa_shift_left_m()
283 _mesa_short_shift_left_m(size_words - word_dist, a, inner_dist, in _mesa_shift_left_m()
284 m_out + index_multiword_hi_but(size_words, word_dist)); in _mesa_shift_left_m()
285 if (!word_dist) in _mesa_shift_left_m()
289 a += index_word_hi(size_words - word_dist); in _mesa_shift_left_m()
290 for (i = size_words - word_dist; i; --i) { in _mesa_shift_left_m()
296 m_out += index_multiword_lo(size_words, word_dist); in _mesa_shift_left_m()
[all …]