Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py1026 last_shift_bit = int(math.log2(s)) - 1 variable
1043 (('ushr', 'a@{}'.format(s), ('ishl(is_used_once)', ('iand', b, 1), last_shift_bit)), ('ushr', a, ('ishl', b, last_shift_bit))),

Completed in 6 milliseconds