Searched refs:d_shift (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 99 nir_ssa_def *d_shift = nir_ishl(b, d_lo, nir_imm_int(b, i)); in lower_udiv64_mod64() local 100 nir_ssa_def *new_n_hi = nir_isub(b, n_hi, d_shift); in lower_udiv64_mod64() 103 nir_uge(b, n_hi, d_shift)); in lower_udiv64_mod64() 129 nir_ssa_def *d_shift = nir_ishl(b, d, nir_imm_int(b, i)); in lower_udiv64_mod64() local 130 nir_ssa_def *new_n = nir_isub(b, n, d_shift); in lower_udiv64_mod64() 132 nir_ssa_def *cond = nir_uge(b, n, d_shift); in lower_udiv64_mod64()
|