Searched refs:lsh_scfx_rep (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h103 scfx_rep* lsh_scfx_rep( const scfx_rep&, int );
205 friend scfx_rep* lsh_scfx_rep( const scfx_rep&, int );
395 lsh_scfx_rep( const scfx_rep& a, int b ) function in namespace:sc_dt
H A Dsc_fxval.h1007 return sc_fxval( sc_dt::lsh_scfx_rep( *a.m_rep, b ) );
1094 c.m_rep = sc_dt::lsh_scfx_rep( *a.m_rep, b );
H A Dsc_fxnum.h2836 return sc_fxval( sc_dt::lsh_scfx_rep( *a.m_rep, b ) );
2991 c.set_rep( sc_dt::lsh_scfx_rep( *a.m_rep, b ) );
3008 c.m_rep = sc_dt::lsh_scfx_rep( *a.m_rep, b );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh101 scfx_rep *lsh_scfx_rep(const scfx_rep &, int);
187 friend scfx_rep *lsh_scfx_rep(const scfx_rep &, int);
355 lsh_scfx_rep(const scfx_rep &a, int b) function in namespace:sc_dt
H A Dsc_fxval.hh851 return sc_fxval(sc_dt::lsh_scfx_rep(*a.m_rep, b));
926 c.m_rep = sc_dt::lsh_scfx_rep(*a.m_rep, b);
H A Dsc_fxnum.hh2403 return sc_fxval(sc_dt::lsh_scfx_rep(*a.m_rep, b));
2539 c.set_rep(sc_dt::lsh_scfx_rep(*a.m_rep, b));
2554 c.m_rep = sc_dt::lsh_scfx_rep(*a.m_rep, b);

Completed in 40 milliseconds