Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_stats.h342 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument
345 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \
353 ADD_64(s_hi, le32_to_cpu(a_hi_le), \
357 ADD_64(s_hi, le16_to_cpu(a_hi_le), \
365 d_hi = m_hi - s_hi; \
377 if (m_hi < s_hi) { \
382 d_hi = m_hi - s_hi; \
407 #define ADD_EXTEND_64(s_hi, s_lo, a) \ argument
410 s_hi += (s_lo < a) ? 1 : 0; \
524 #define SUB_64(m_hi, s_hi, m_lo, s_lo) \ argument
[all …]
/linux/arch/powerpc/math-emu/
A Dmath_efp.c725 int s_lo, s_hi; in speround_handler() local
752 s_hi = current->thread.evr[fc] & SIGN_BIT_S; in speround_handler()
780 s_hi = 0; in speround_handler()
798 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
804 s_hi = s_lo; in speround_handler()
807 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
837 if (!s_hi) { in speround_handler()
844 if (s_hi) { in speround_handler()
857 if (hi_inexact && !s_hi) in speround_handler()
866 if (hi_inexact && s_hi) { in speround_handler()

Completed in 7 milliseconds