Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2142 xN_min = -(1 << (N - 1)) variable
2145 xN_min = 0 variable
2159 ('iand', (xlt, xN_min, b),
2163 ('ior', (xlt, a, xN_min), (xlt, (x2xN, a), b))), cond),
2166 ('ior', (xge, xN_min, b), (xge, a, (x2xN, b)))), cond),
2168 ('iand', (xge, a, xN_min),

Completed in 8 milliseconds