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

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

Completed in 6 milliseconds