Searched refs:extract_xM (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_algebraic.py | 2196 extract_xM = 'extract_{0}{1}'.format(x, M) variable 2200 '{0}(only_lower_{1}_bits_used)'.format(extract_xM, M) 2210 ((bcsel_M_bits, c, (extract_xM, aN, 0), b), ('bcsel', c, a, b)), 2218 ((op_M_bits, (extract_xM, aN, 0), b), (op, a, b)),
|
Completed in 5 milliseconds