Lines Matching refs:m_low
45 u64 m_low; member
240 result.m_low = (m0 & 0xffffffffull) | (m2 << 32); in mul_64_64()
250 result.m_low = a.m_low + b.m_low; in add_128_128()
251 result.m_high = a.m_high + b.m_high + (result.m_low < a.m_low); in add_128_128()
282 result[k] = r01.m_low; in vli_mult()
283 r01.m_low = r01.m_high; in vli_mult()
288 result[NUM_ECC_DIGITS * 2 - 1] = r01.m_low; in vli_mult()
313 (product.m_low >> 63); in vli_square()
314 product.m_low <<= 1; in vli_square()
321 result[k] = r01.m_low; in vli_square()
322 r01.m_low = r01.m_high; in vli_square()
327 result[NUM_ECC_DIGITS * 2 - 1] = r01.m_low; in vli_square()