Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c56 #define index_multiword_lo(total, n) ((total) - (n)) macro
65 #define index_multiword_lo(total, n) 0 macro
296 m_out += index_multiword_lo(size_words, word_dist); in _mesa_shift_left_m()
399 tmp = (uint32_t *) (a + index_multiword_lo(size_words, word_dist)); in _mesa_shift_right_jam_m()