Searched refs:n_hi (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 65 nir_ssa_def *n_hi = nir_unpack_64_2x32_split_y(b, n); in lower_udiv64_mod64() local 73 nir_ssa_def *n_hi_before_if = n_hi; in lower_udiv64_mod64() 82 nir_iand(b, nir_ieq(b, d_hi, nir_imm_int(b, 0)), nir_uge(b, n_hi, d_lo)); in lower_udiv64_mod64() 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() 111 n_hi = nir_bcsel(b, cond, new_n_hi, n_hi); in lower_udiv64_mod64() 116 n_hi = nir_if_phi(b, n_hi, n_hi_before_if); in lower_udiv64_mod64() 121 n = nir_pack_64_2x32_split(b, n_lo, n_hi); in lower_udiv64_mod64() 159 nir_ssa_def *n_hi = nir_unpack_64_2x32_split_y(b, n); in lower_idiv64() local 162 nir_ssa_def *negate = nir_ine(b, nir_ilt(b, n_hi, nir_imm_int(b, 0)), in lower_idiv64() [all …]
|
/external/u-boot/include/ |
D | div64.h | 165 uint32_t n_hi = n >> 32; in __arch_xprod_64() local 181 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64() 185 tmp = res += (uint64_t)m_lo * n_hi; in __arch_xprod_64() 191 res += (uint64_t)m_hi * n_hi; in __arch_xprod_64()
|