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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h104 scfx_rep* rsh_scfx_rep( const scfx_rep&, int );
206 friend scfx_rep* rsh_scfx_rep( const scfx_rep&, int );
404 rsh_scfx_rep( const scfx_rep& a, int b ) function in namespace:sc_dt
H A Dsc_fxval.h1015 return sc_fxval( sc_dt::rsh_scfx_rep( *a.m_rep, b ) );
1104 c.m_rep = sc_dt::rsh_scfx_rep( *a.m_rep, b );
H A Dsc_fxnum.h2844 return sc_fxval( sc_dt::rsh_scfx_rep( *a.m_rep, b ) );
2999 c.set_rep( sc_dt::rsh_scfx_rep( *a.m_rep, b ) );
3019 c.m_rep = sc_dt::rsh_scfx_rep( *a.m_rep, b );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh102 scfx_rep *rsh_scfx_rep(const scfx_rep &, int);
188 friend scfx_rep *rsh_scfx_rep(const scfx_rep &, int);
363 rsh_scfx_rep(const scfx_rep &a, int b) function in namespace:sc_dt
H A Dsc_fxval.hh858 return sc_fxval(sc_dt::rsh_scfx_rep(*a.m_rep, b));
935 c.m_rep = sc_dt::rsh_scfx_rep(*a.m_rep, b);
H A Dsc_fxnum.hh2410 return sc_fxval(sc_dt::rsh_scfx_rep(*a.m_rep, b));
2546 c.set_rep(sc_dt::rsh_scfx_rep(*a.m_rep, b));
2564 c.m_rep = sc_dt::rsh_scfx_rep(*a.m_rep, b);

Completed in 46 milliseconds