Searched refs:lo_shifted (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 192 nir_ssa_def *lo_shifted = nir_ishl(b, x_lo, y); in lower_ishl64() local 197 nir_pack_64_2x32_split(b, lo_shifted, in lower_ishl64() 236 nir_ssa_def *lo_shifted = nir_ushr(b, x_lo, y); in lower_ishr64() local 241 nir_pack_64_2x32_split(b, nir_ior(b, lo_shifted, hi_shifted_lo), in lower_ishr64() 279 nir_ssa_def *lo_shifted = nir_ushr(b, x_lo, y); in lower_ushr64() local 284 nir_pack_64_2x32_split(b, nir_ior(b, lo_shifted, hi_shifted_lo), in lower_ushr64()
|