Searched refs:op_M_bits (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 2214 op_M_bits = '{0}(only_lower_{1}_bits_used)'.format(op, M) variable 2216 ((op_M_bits, (x2xN, (u2uM, aN)), b), (op, a, b)), 2217 ((op_M_bits, (x2xN, (i2iM, aN)), b), (op, a, b)), 2218 ((op_M_bits, (extract_xM, aN, 0), b), (op, a, b)),
|
Completed in 5 milliseconds