Home
last modified time | relevance | path

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

/external/u-boot/include/
Ddiv64.h164 u32 n_lo = n; in __arch_xprod_64() local
169 res = ((u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
172 res = (m + (u64)m_lo * n_lo) >> 32; in __arch_xprod_64()
174 res = m + (u64)m_lo * n_lo; in __arch_xprod_64()
182 res += (u64)m_hi * n_lo; in __arch_xprod_64()
186 res += (u64)m_hi * n_lo; in __arch_xprod_64()
/external/mesa3d/src/compiler/nir/
Dnir_lower_int64.c505 nir_ssa_def *n_lo = nir_unpack_64_2x32_split_x(b, n); in lower_udiv64_mod64() local
561 n = nir_pack_64_2x32_split(b, n_lo, n_hi); in lower_udiv64_mod64()