Searched refs:m_lo (Results 1 – 1 of 1) sorted by relevance
173 uint32_t m_lo = m; in __arch_xprod_64() local181 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()184 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()186 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()194 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()198 res += (uint64_t)m_lo * n_hi; in __arch_xprod_64()