Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_int64.c510 nir_ssa_def *q_lo = nir_imm_zero(b, n->num_components, 32); in lower_udiv64_mod64() local
571 nir_ssa_def *new_q_lo = nir_ior(b, q_lo, nir_imm_int(b, 1u << i)); in lower_udiv64_mod64()
581 q_lo = nir_bcsel(b, cond, new_q_lo, q_lo); in lower_udiv64_mod64()
584 *q = nir_pack_64_2x32_split(b, q_lo, q_hi); in lower_udiv64_mod64()