Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dsoftfloat.c242 uint8_t neg_dist; in _mesa_short_shift_left_m() local
246 neg_dist = -dist; in _mesa_short_shift_left_m()
252 m_out[index] = part_word | a_word >> (neg_dist & 31); in _mesa_short_shift_left_m()
320 uint8_t neg_dist; in _mesa_short_shift_right_m() local
324 neg_dist = -dist; in _mesa_short_shift_right_m()
330 m_out[index] = a_word << (neg_dist & 31) | part_word; in _mesa_short_shift_right_m()
353 uint8_t neg_dist; in _mesa_short_shift_right_jam_m() local
357 neg_dist = -dist; in _mesa_short_shift_right_jam_m()
366 m_out[index] = a_word << (neg_dist & 31) | part_word; in _mesa_short_shift_right_jam_m()