Searched refs:hi_mask (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 482 hi_mask = (0xffffffff << i) & 0xffffffff variable 487 # (('ushr@32', ('iand', 'a@32', hi_mask), i), ('ushr', a, i)), 488 # (('ishr@32', ('iand', 'a@32', hi_mask), i), ('ishr', a, i)), 490 (('iand', ('ishl', 'a@32', i), hi_mask), ('ishl', a, i)),
|
Completed in 5 milliseconds