Searched refs:lo_mask (Results 1 - 2 of 2) sorted by relevance
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | lemire_table.py | 101 lo_mask = (1 << 64) - 1
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 481 lo_mask = 0xffffffff >> i variable 486 (('ishl@32', ('iand', 'a@32', lo_mask), i), ('ishl', a, i)), 491 (('iand', ('ushr', 'a@32', i), lo_mask), ('ushr', a, i)), 492 # (('iand', ('ishr', 'a@32', i), lo_mask), ('ushr', a, i)), # Yes, ushr is correct
|
Completed in 6 milliseconds