Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.h339 #define ADD_64(s_hi, a_hi, s_lo, a_lo) \ argument
342 s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \
349 #define ADD_64_LE(s_hi, a_hi_le, s_lo, a_lo_le) \ argument
350 ADD_64(s_hi, le32_to_cpu(a_hi_le), \
353 #define ADD_64_LE16(s_hi, a_hi_le, s_lo, a_lo_le) \ argument
354 ADD_64(s_hi, le16_to_cpu(a_hi_le), \
358 #define DIFF_64(d_hi, m_hi, s_hi, d_lo, m_lo, s_lo) \ argument
362 d_hi = m_hi - s_hi; \
374 if (m_hi < s_hi) { \
379 d_hi = m_hi - s_hi; \
[all …]
/Linux-v4.19/arch/powerpc/math-emu/
Dmath_efp.c729 int s_lo, s_hi; in speround_handler() local
756 s_hi = current->thread.evr[fc] & SIGN_BIT_S; in speround_handler()
784 s_hi = 0; in speround_handler()
802 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
808 s_hi = s_lo; in speround_handler()
811 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
841 if (!s_hi) { in speround_handler()
848 if (s_hi) { in speround_handler()
861 if (hi_inexact && !s_hi) in speround_handler()
870 if (hi_inexact && s_hi) { in speround_handler()