Searched refs:scfx_find_msb (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_pow10.cpp86 int bit = scfx_find_msb( i );
105 int bit = scfx_find_msb( i );
H A Dscfx_mant.cpp68 int index = scfx_find_msb( size );
H A Dscfx_utils.h70 scfx_find_msb( unsigned long x ) function in namespace:sc_dt
H A Dscfx_rep.cpp762 m_mant[m_msw] |= -1 << scfx_find_msb( m_mant[m_msw] );
809 int msb = scfx_find_msb( m_mant[m_msw] );
957 + scfx_find_msb( int_part.m_mant[int_part.m_msw] ) + 1;
1002 - scfx_find_msb( frac_part.m_mant[frac_part.m_msw] )
1124 + scfx_find_msb( b.m_mant[ b.m_msw ] ) + 1;
1661 int msb_lhs = scfx_find_msb( lhs.m_mant[lhs.m_msw] )
1663 int msb_rhs = scfx_find_msb( rhs.m_mant[rhs.m_msw] )
1747 scfx_find_msb( m_mant[m_msw] ) >= bits_in_word - shift_bits )
2845 + scfx_find_msb( m_mant[ m_msw ] ) + 1;
2893 int msb = scfx_find_msb( m_man
[all...]
/gem5/src/systemc/dt/fx/
H A Dscfx_pow10.cc81 int bit = scfx_find_msb(i);
95 int bit = scfx_find_msb(i);
H A Dscfx_mant.cc67 unsigned index = scfx_find_msb(size);
H A Dscfx_rep.cc703 m_mant[m_msw] |= ~0U << scfx_find_msb(m_mant[m_msw]);
744 int msb = scfx_find_msb(m_mant[m_msw]);
902 scfx_find_msb(int_part.m_mant[int_part.m_msw]) + 1;
942 scfx_find_msb(frac_part.m_mant[frac_part.m_msw]) - 1;
1050 + scfx_find_msb(b.m_mant[ b.m_msw ]) + 1;
1529 int msb_lhs = scfx_find_msb(lhs.m_mant[lhs.m_msw]) +
1531 int msb_rhs = scfx_find_msb(rhs.m_mant[rhs.m_msw]) +
1609 scfx_find_msb(m_mant[m_msw]) >= bits_in_word - shift_bits)
2587 scfx_find_msb(m_mant[ m_msw ]) + 1;
2628 int msb = scfx_find_msb(m_man
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh67 scfx_find_msb(unsigned long x) function in namespace:sc_dt

Completed in 19 milliseconds