Searched refs:sc_fxcast_switch (Results 1 - 18 of 18) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxcast_switch.hh22 sc_fxcast_switch.h -
38 // $Log: sc_fxcast_switch.h,v $
62 class sc_fxcast_switch;
66 // CLASS : sc_fxcast_switch
71 class sc_fxcast_switch class in namespace:sc_dt
74 sc_fxcast_switch();
75 sc_fxcast_switch(sc_switch);
76 sc_fxcast_switch(const sc_fxcast_switch &);
77 explicit sc_fxcast_switch(sc_without_contex
114 inline sc_fxcast_switch::sc_fxcast_switch() : m_sw() function in class:sc_dt::sc_fxcast_switch
119 inline sc_fxcast_switch::sc_fxcast_switch(sc_switch sw_) : m_sw( sw_ ) {} function in class:sc_dt::sc_fxcast_switch
121 inline sc_fxcast_switch::sc_fxcast_switch(const sc_fxcast_switch &a) : function in class:sc_dt::sc_fxcast_switch
125 inline sc_fxcast_switch::sc_fxcast_switch(sc_without_context) : function in class:sc_dt::sc_fxcast_switch
[all...]
H A Dscfx_params.hh51 #include "sc_fxcast_switch.hh"
71 scfx_params(const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &);
76 const sc_fxcast_switch &cast_switch() const;
92 sc_fxcast_switch m_cast_switch;
101 const sc_fxcast_switch &cast_sw) :
124 inline const sc_fxcast_switch &
H A Dsc_fix.hh79 explicit sc_fix(const sc_fxcast_switch &, sc_fxnum_observer * =0);
80 sc_fix(int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0);
81 sc_fix(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
83 sc_fix(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
85 sc_fix(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
87 sc_fix(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
90 sc_fix(const sc_fxtype_params &, const sc_fxcast_switch &,
99 sc_fix(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
100 sc_fix(tp, int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
101 sc_fix(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch
[all...]
H A Dsc_ufix.hh79 explicit sc_ufix(const sc_fxcast_switch &, sc_fxnum_observer * =0);
80 sc_ufix(int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0);
81 sc_ufix(sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
83 sc_ufix(sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
85 sc_ufix(int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &,
87 sc_ufix(int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &,
90 sc_ufix(const sc_fxtype_params &, const sc_fxcast_switch &,
99 sc_ufix(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
100 sc_ufix(tp, int, int, const sc_fxcast_switch &, sc_fxnum_observer * =0); \
101 sc_ufix(tp, sc_q_mode, sc_o_mode, const sc_fxcast_switch
[all...]
H A D_using.hh48 using sc_dt::sc_fxcast_switch;
H A Dsc_fixed.hh78 explicit sc_fixed(const sc_fxcast_switch &, sc_fxnum_observer * =0);
82 sc_fixed(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0);
86 sc_fixed(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0);
184 explicit sc_fixed_fast(const sc_fxcast_switch &,
189 sc_fixed_fast(tp, const sc_fxcast_switch &, \
194 sc_fixed_fast(tp, const sc_fxcast_switch &, \
294 const sc_fxcast_switch &cast_sw, sc_fxnum_observer *observer_) :
307 tp a, const sc_fxcast_switch &cast_sw, \
446 const sc_fxcast_switch &cast_sw, sc_fxnum_fast_observer *observer_) :
459 tp a, const sc_fxcast_switch
[all...]
H A Dsc_ufixed.hh79 explicit sc_ufixed(const sc_fxcast_switch &, sc_fxnum_observer * =0);
83 sc_ufixed(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0);
87 sc_ufixed(tp, const sc_fxcast_switch &, sc_fxnum_observer * =0);
184 explicit sc_ufixed_fast(const sc_fxcast_switch &,
189 sc_ufixed_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * =0);
193 sc_ufixed_fast(tp, const sc_fxcast_switch &, sc_fxnum_fast_observer * =0);
290 inline sc_ufixed<W, I, Q, O, N>::sc_ufixed(const sc_fxcast_switch &cast_sw,
304 tp a, const sc_fxcast_switch &cast_sw, \
443 const sc_fxcast_switch &cast_sw,
457 tp a, const sc_fxcast_switch
[all...]
H A Dsc_fxnum.hh501 sc_fxnum(const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &,
505 sc_fxnum(tp, const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &, \
800 const sc_fxcast_switch &cast_switch() const;
862 sc_fxnum_fast(const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &,
867 const sc_fxcast_switch &, sc_fxnum_fast_observer *);
1158 const sc_fxcast_switch &cast_switch() const;
2186 sc_enc enc_, const sc_fxcast_switch &cast_sw,
2197 sc_enc enc_, const sc_fxcast_switch &cast_sw, \
3072 inline const sc_fxcast_switch &
3145 const sc_fxcast_switch
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxcast_switch.h22 sc_fxcast_switch.h -
38 // $Log: sc_fxcast_switch.h,v $
61 class sc_fxcast_switch;
65 // CLASS : sc_fxcast_switch
70 class sc_fxcast_switch class in namespace:sc_dt
75 sc_fxcast_switch();
76 sc_fxcast_switch( sc_switch );
77 sc_fxcast_switch( const sc_fxcast_switch& );
78 explicit sc_fxcast_switch( sc_without_contex
111 sc_fxcast_switch::sc_fxcast_switch() function in class:sc_dt::sc_fxcast_switch
118 sc_fxcast_switch::sc_fxcast_switch( sc_switch sw_ ) function in class:sc_dt::sc_fxcast_switch
123 sc_fxcast_switch::sc_fxcast_switch( const sc_fxcast_switch& a ) function in class:sc_dt::sc_fxcast_switch
128 sc_fxcast_switch::sc_fxcast_switch( sc_without_context ) function in class:sc_dt::sc_fxcast_switch
[all...]
H A Dsc_fxcast_switch.cpp22 sc_fxcast_switch.cpp -
42 // $Log: sc_fxcast_switch.cpp,v $
51 #include "sysc/datatypes/fx/sc_fxcast_switch.h"
58 // CLASS : sc_fxcast_switch
64 sc_fxcast_switch::to_string() const
71 sc_fxcast_switch::print( ::std::ostream& os ) const
77 sc_fxcast_switch::dump( ::std::ostream& os ) const
79 os << "sc_fxcast_switch" << ::std::endl;
H A Dscfx_params.h52 #include "sysc/datatypes/fx/sc_fxcast_switch.h"
78 const sc_fxcast_switch& );
85 const sc_fxcast_switch& cast_switch() const;
106 sc_fxcast_switch m_cast_switch;
118 const sc_fxcast_switch& cast_sw )
149 const sc_fxcast_switch&
H A Dsc_fix.h89 explicit sc_fix( const sc_fxcast_switch&,
92 const sc_fxcast_switch&,
95 const sc_fxcast_switch&,
98 const sc_fxcast_switch&,
101 const sc_fxcast_switch&,
104 const sc_fxcast_switch&,
109 const sc_fxcast_switch&,
129 const sc_fxcast_switch&, \
133 const sc_fxcast_switch&, \
137 const sc_fxcast_switch
[all...]
H A Dsc_ufix.h89 explicit sc_ufix( const sc_fxcast_switch&,
92 const sc_fxcast_switch&,
95 const sc_fxcast_switch&,
98 const sc_fxcast_switch&,
101 const sc_fxcast_switch&,
104 const sc_fxcast_switch&,
109 const sc_fxcast_switch&,
129 const sc_fxcast_switch&, \
133 const sc_fxcast_switch&, \
137 const sc_fxcast_switch
[all...]
H A Dsc_fixed.h82 explicit sc_fixed( const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
86 sc_fixed( tp, const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
90 sc_fixed( tp, const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
203 explicit sc_fixed_fast( const sc_fxcast_switch&,
208 sc_fixed_fast( tp, const sc_fxcast_switch&, \
213 sc_fixed_fast( tp, const sc_fxcast_switch&, \
326 sc_fixed<W,I,Q,O,N>::sc_fixed( const sc_fxcast_switch& cast_sw,
342 const sc_fxcast_switch& cast_sw, \
498 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( const sc_fxcast_switch& cast_sw,
514 const sc_fxcast_switch
[all...]
H A Dsc_ufixed.h82 explicit sc_ufixed( const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
86 sc_ufixed( tp, const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
90 sc_ufixed( tp, const sc_fxcast_switch&, sc_fxnum_observer* = 0 );
203 explicit sc_ufixed_fast( const sc_fxcast_switch&,
208 sc_ufixed_fast( tp, const sc_fxcast_switch&, \
213 sc_ufixed_fast( tp, const sc_fxcast_switch&, \
326 sc_ufixed<W,I,Q,O,N>::sc_ufixed( const sc_fxcast_switch& cast_sw,
342 const sc_fxcast_switch& cast_sw, \
498 sc_ufixed_fast<W,I,Q,O,N>::sc_ufixed_fast( const sc_fxcast_switch& cast_sw,
514 const sc_fxcast_switch
[all...]
H A Dsc_fxnum.h587 const sc_fxcast_switch&,
594 const sc_fxcast_switch&, \
937 const sc_fxcast_switch& cast_switch() const;
1014 const sc_fxcast_switch&,
1021 const sc_fxcast_switch&, \
1361 const sc_fxcast_switch& cast_switch() const;
2585 const sc_fxcast_switch& cast_sw,
2602 const sc_fxcast_switch& cast_sw, \
3609 const sc_fxcast_switch&
3698 const sc_fxcast_switch
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxcast_switch.cc22 sc_fxcast_switch.cpp -
42 // $Log: sc_fxcast_switch.cpp,v $
51 #include "systemc/ext/dt/fx/sc_fxcast_switch.hh"
56 template class sc_global<sc_fxcast_switch>;
57 template class sc_context<sc_fxcast_switch>;
60 // CLASS : sc_fxcast_switch
66 sc_fxcast_switch::to_string() const
72 sc_fxcast_switch::print(::std::ostream &os) const
78 sc_fxcast_switch::dump(::std::ostream &os) const
80 os << "sc_fxcast_switch" <<
[all...]
/gem5/ext/systemc/src/
H A Dsystemc.h275 using sc_dt::sc_fxcast_switch;

Completed in 47 milliseconds