Searched refs:m_lo (Results 1 – 1 of 1) sorted by relevance
162 uint32_t m_lo = m; in __arch_xprod_64() local169 res = ((uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()172 res = (m + (uint64_t)m_lo * n_lo) >> 32; in __arch_xprod_64()174 res = m + (uint64_t)m_lo * n_lo; in __arch_xprod_64()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()