Searched refs:word_incr (Results 1 – 1 of 1) sorted by relevance
51 #define word_incr -1 macro60 #define word_incr 1 macro251 a_word = a[index - word_incr]; in _mesa_short_shift_left_m()253 index -= word_incr; in _mesa_short_shift_left_m()292 a -= word_incr; in _mesa_shift_left_m()293 dest -= word_incr; in _mesa_shift_left_m()329 a_word = a[index + word_incr]; in _mesa_short_shift_right_m()331 index += word_incr; in _mesa_short_shift_right_m()365 a_word = a[index + word_incr]; in _mesa_short_shift_right_jam_m()367 index += word_incr; in _mesa_short_shift_right_jam_m()[all …]