Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c180 * uint32_t lo_shifted_hi = lo >> abs(32 - c); in lower_ishl64()
181 * return pack_64(lo_shifted, hi_shifted | lo_shifted_hi); in lower_ishl64()
183 * uint32_t lo_shifted_hi = lo << abs(32 - c); in lower_ishl64()
184 * return pack_64(0, lo_shifted_hi); in lower_ishl64()
194 nir_ssa_def *lo_shifted_hi = nir_ushr(b, x_lo, reverse_count); in lower_ishl64() local
198 nir_ior(b, hi_shifted, lo_shifted_hi)); in lower_ishl64()

Completed in 2 milliseconds