Home
last modified time | relevance | path

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

/third_party/rust/crates/minimal-lexical/etc/
H A Dlemire_table.py101 lo_mask = (1 << 64) - 1
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py481 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 7 milliseconds