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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxcast_switch.h94 sc_switch m_sw; member in class:sc_dt::sc_fxcast_switch
112 : m_sw()
119 : m_sw( sw_ )
124 : m_sw( a.m_sw )
129 : m_sw( SC_DEFAULT_CAST_SWITCH_ )
139 m_sw = a.m_sw;
149 return ( a.m_sw == b.m_sw );
[all...]
H A Dsc_fxcast_switch.cpp66 return sc_dt::to_string( m_sw );
73 os << sc_dt::to_string( m_sw );
81 os << "sw = " << sc_dt::to_string( m_sw ) << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxcast_switch.hh92 sc_switch m_sw; member in class:sc_dt::sc_fxcast_switch
114 inline sc_fxcast_switch::sc_fxcast_switch() : m_sw()
119 inline sc_fxcast_switch::sc_fxcast_switch(sc_switch sw_) : m_sw( sw_ ) {}
122 m_sw(a.m_sw)
126 m_sw(SC_DEFAULT_CAST_SWITCH_)
133 m_sw = a.m_sw;
141 return (a.m_sw == b.m_sw);
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxcast_switch.cc68 return sc_dt::to_string(m_sw);
74 os << sc_dt::to_string(m_sw);
82 os << "sw = " << sc_dt::to_string(m_sw) << ::std::endl;

Completed in 6 milliseconds