Searched refs:sc_fxnum_fast_bitref (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h82 class sc_fxnum_fast_bitref;
98 friend class sc_fxnum_fast_bitref;
123 DECL_ASN_OP_T(op,const sc_fxnum_fast_bitref&) \
161 // CLASS : sc_fxnum_fast_bitref
166 class sc_fxnum_fast_bitref class in namespace:sc_dt
178 sc_fxnum_fast_bitref( sc_fxnum_fast&, int );
184 sc_fxnum_fast_bitref( const sc_fxnum_fast_bitref& );
190 sc_fxnum_fast_bitref& operator op ( tp );
194 DECL_ASN_OP_T(op,const sc_fxnum_fast_bitref
1641 sc_fxnum_fast_bitref::sc_fxnum_fast_bitref( sc_fxnum_fast& num_, int idx_ ) function in class:sc_dt::sc_fxnum_fast_bitref
1649 sc_fxnum_fast_bitref::sc_fxnum_fast_bitref( const sc_fxnum_fast_bitref& a ) function in class:sc_dt::sc_fxnum_fast_bitref
[all...]
H A Dsc_fxnum.cpp110 // CLASS : sc_fxnum_fast_bitref
116 sc_fxnum_fast_bitref::get() const
122 sc_fxnum_fast_bitref::set( bool high )
131 sc_fxnum_fast_bitref::print( ::std::ostream& os ) const
137 sc_fxnum_fast_bitref::scan( ::std::istream& is )
145 sc_fxnum_fast_bitref::dump( ::std::ostream& os ) const
147 os << "sc_fxnum_fast_bitref" << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh84 class sc_fxnum_fast_bitref;
100 friend class sc_fxnum_fast_bitref;
118 DECL_ASN_OP_T(op, const sc_fxnum_fast_bitref &) \
150 // CLASS : sc_fxnum_fast_bitref
155 class sc_fxnum_fast_bitref class in namespace:sc_dt
164 sc_fxnum_fast_bitref(sc_fxnum_fast &, int);
168 sc_fxnum_fast_bitref(const sc_fxnum_fast_bitref &);
171 #define DECL_ASN_OP_T(op, tp) sc_fxnum_fast_bitref &operator op (tp);
175 DECL_ASN_OP_T(op, const sc_fxnum_fast_bitref
1398 inline sc_fxnum_fast_bitref::sc_fxnum_fast_bitref( function in class:sc_dt::sc_fxnum_fast_bitref
1403 inline sc_fxnum_fast_bitref::sc_fxnum_fast_bitref( function in class:sc_dt::sc_fxnum_fast_bitref
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc95 // CLASS : sc_fxnum_fast_bitref
100 bool sc_fxnum_fast_bitref::get() const { return m_num.get_bit(m_idx); }
101 void sc_fxnum_fast_bitref::set(bool high) { m_num.set_bit(m_idx, high); }
104 void sc_fxnum_fast_bitref::print(::std::ostream &os) const { os << get(); }
107 sc_fxnum_fast_bitref::scan(::std::istream &is)
115 sc_fxnum_fast_bitref::dump(::std::ostream &os) const
117 os << "sc_fxnum_fast_bitref" << ::std::endl;
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp100 test( sc_dt::sc_fxnum_fast_bitref a )
416 // sc_fxnum_fast_bitref

Completed in 22 milliseconds