Searched refs:scfx_find_lsb (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h90 scfx_find_lsb( unsigned long x ) function in namespace:sc_dt
H A Dscfx_rep.cpp1134 + scfx_find_lsb( b.m_mant[ b.m_lsw ] );
1780 if( m_lsw == 0 && scfx_find_lsb( m_mant[m_lsw] ) < shift_bits )
2852 + scfx_find_lsb( m_mant[ m_lsw ] );
2894 int lsb = scfx_find_lsb( m_mant[m_lsw] );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh86 scfx_find_lsb(unsigned long x) function in namespace:sc_dt
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1061 scfx_find_lsb(b.m_mant[b.m_lsw]);
1639 if (m_lsw == 0 && scfx_find_lsb(m_mant[m_lsw]) < shift_bits)
2593 scfx_find_lsb(m_mant[m_lsw]);
2629 int lsb = scfx_find_lsb(m_mant[m_lsw]);

Completed in 32 milliseconds