Searched defs:hi_shifted (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_int64.c176 nir_ssa_def *hi_shifted = nir_ishl(b, x_hi, y); local in function:lower_ishl64
221 nir_ssa_def *hi_shifted = nir_ishr(b, x_hi, y); local in function:lower_ishr64
265 nir_ssa_def *hi_shifted = nir_ushr(b, x_hi, y); local in function:lower_ushr64
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int64.c193 nir_ssa_def *hi_shifted = nir_ishl(b, x_hi, y); local in function:lower_ishl64
237 nir_ssa_def *hi_shifted = nir_ishr(b, x_hi, y); local in function:lower_ishr64
280 nir_ssa_def *hi_shifted = nir_ushr(b, x_hi, y); local in function:lower_ushr64
[all...]

Completed in 5 milliseconds