Home
last modified time | relevance | path

Searched refs:hi_shifted (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c193 nir_ssa_def *hi_shifted = nir_ishl(b, x_hi, y); in lower_ishl64() local
198 nir_ior(b, hi_shifted, lo_shifted_hi)); in lower_ishl64()
237 nir_ssa_def *hi_shifted = nir_ishr(b, x_hi, y); in lower_ishr64() local
242 hi_shifted); in lower_ishr64()
280 nir_ssa_def *hi_shifted = nir_ushr(b, x_hi, y); in lower_ushr64() local
285 hi_shifted); in lower_ushr64()