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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.cpp166 return m_num.get_slice( m_from, m_to, m_bv );
215 return m_num.get_slice( m_from, m_to, m_bv );
845 sc_fxnum_fast::get_slice( int i, int j, sc_bv_base& bv ) const function in class:sc_dt::sc_fxnum_fast
H A Dscfx_rep.h229 bool get_slice( int, int, const scfx_params&, sc_bv_base& ) const;
H A Dsc_fxnum.h959 bool get_slice( int, int, sc_bv_base& ) const;
1383 bool get_slice( int, int, sc_bv_base& ) const;
3649 sc_fxnum::get_slice( int i, int j, sc_bv_base& bv ) const function in class:sc_dt::sc_fxnum
3651 return m_rep->get_slice( i, j, m_params, bv );
H A Dscfx_rep.cpp2712 // METHOD : get_slice
2716 scfx_rep::get_slice( int i, int j, const scfx_params&,
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc135 return m_num.get_slice(m_from, m_to, m_bv);
182 return m_num.get_slice(m_from, m_to, m_bv);
771 sc_fxnum_fast::get_slice(int i, int j, sc_bv_base &bv) const function in class:sc_dt::sc_fxnum_fast
H A Dscfx_rep.cc2461 // METHOD : get_slice
2465 scfx_rep::get_slice(int i, int j, const scfx_params &, sc_bv_base &bv) const
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh211 bool get_slice(int, int, const scfx_params &, sc_bv_base &) const;
H A Dsc_fxnum.hh816 bool get_slice(int, int, sc_bv_base &) const;
1174 bool get_slice(int, int, sc_bv_base &) const;
3103 sc_fxnum::get_slice(int i, int j, sc_bv_base &bv) const function in class:sc_dt::sc_fxnum
3105 return m_rep->get_slice(i, j, m_params, bv);

Completed in 52 milliseconds