Searched refs:res_hi (Results 1 – 1 of 1) sorted by relevance
178 uint32_t res_lo, res_hi, tmp; in __arch_xprod_64() local188 res_hi = (res_lo < m_hi); in __arch_xprod_64()189 res = res_lo | ((uint64_t)res_hi << 32); in __arch_xprod_64()202 res_hi = (res_lo < tmp); in __arch_xprod_64()203 res = res_lo | ((uint64_t)res_hi << 32); in __arch_xprod_64()