Searched refs:sc_fxval_fast (Results 26 - 50 of 56) sorted by relevance

123

/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh48 class sc_fxval_fast;
106 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval_fast &,
108 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval_fast *,
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int.h136 explicit sc_int( const sc_fxval_fast& a )
216 sc_int<W>& operator = ( const sc_fxval_fast& a )
H A Dsc_uint.h136 explicit sc_uint( const sc_fxval_fast& a )
216 sc_uint<W>& operator = ( const sc_fxval_fast& a )
H A Dsc_int_base.h106 class sc_fxval_fast;
634 sc_int_base& operator = ( const sc_fxval_fast& a );
H A Dsc_uint_base.h107 class sc_fxval_fast;
619 sc_uint_base& operator = ( const sc_fxval_fast& a );
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.h69 class sc_fxval_fast;
129 DECL_TRACE_METHOD_A( sc_dt::sc_fxval_fast )
H A Dsc_vcd_trace.h161 // Trace sc_dt::sc_fxval_fast
162 void trace( const sc_dt::sc_fxval_fast& object,
H A Dsc_wif_trace.h156 // Trace sc_fxval_fast
157 void trace( const sc_dt::sc_fxval_fast& object,
H A Dsc_wif_trace.cpp685 wif_sc_fxval_fast_trace( const sc_dt::sc_fxval_fast& object_,
693 const sc_dt::sc_fxval_fast& object;
694 sc_dt::sc_fxval_fast old_value;
699 const sc_dt::sc_fxval_fast& object_,
1678 DEFN_TRACE_METHOD(sc_fxval_fast)
H A Dsc_vcd_trace.cpp710 vcd_sc_fxval_fast_trace( const sc_dt::sc_fxval_fast& object,
718 const sc_dt::sc_fxval_fast& object;
719 sc_dt::sc_fxval_fast old_value;
724 const sc_dt::sc_fxval_fast& object_,
1818 DEFN_TRACE_METHOD(sc_fxval_fast)
/gem5/src/systemc/ext/dt/int/
H A Dsc_int.hh118 explicit sc_int(const sc_fxval_fast &a) : sc_int_base(W)
218 operator = (const sc_fxval_fast &a)
H A Dsc_uint.hh118 explicit sc_uint(const sc_fxval_fast &a) : sc_uint_base(W)
218 operator = (const sc_fxval_fast &a)
H A Dsc_int_base.hh100 class sc_fxval_fast;
626 sc_int_base &operator = (const sc_fxval_fast &a);
H A Dsc_uint_base.hh101 class sc_fxval_fast;
590 sc_uint_base &operator = (const sc_fxval_fast &a);
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp452 // sc_fxval_fast
455 sc_fxval_fast a(-7);
456 sc_fxval_fast b(15);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fix.h177 DECL_CTORS_T_A(const sc_fxval_fast&)
262 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
412 DECL_CTORS_T_A(const sc_fxval_fast&)
488 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
517 const sc_fxval_fast operator ++ ( int );
518 const sc_fxval_fast operator -- ( int );
995 DEFN_CTORS_T_A(const sc_fxval_fast&)
1158 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1709 DEFN_CTORS_T_A(const sc_fxval_fast&)
1856 DEFN_ASN_OP_T(op,const sc_fxval_fast
[all...]
H A Dsc_ufix.h177 DECL_CTORS_T_A(const sc_fxval_fast&)
262 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
412 DECL_CTORS_T_A(const sc_fxval_fast&)
491 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
520 const sc_fxval_fast operator ++ ( int );
521 const sc_fxval_fast operator -- ( int );
998 DEFN_CTORS_T_A(const sc_fxval_fast&)
1161 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
1712 DEFN_CTORS_T_A(const sc_fxval_fast&)
1859 DEFN_ASN_OP_T(op,const sc_fxval_fast
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fix.hh129 DECL_CTORS_T_A(const sc_fxval_fast &)
197 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
305 DECL_CTORS_T_A(const sc_fxval_fast &)
364 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
391 const sc_fxval_fast operator ++ (int);
392 const sc_fxval_fast operator -- (int);
666 DEFN_CTORS_T_A(const sc_fxval_fast &)
802 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
1152 DEFN_CTORS_T_A(const sc_fxval_fast &)
1272 DEFN_ASN_OP_T(op, const sc_fxval_fast
[all...]
H A Dsc_ufix.hh129 DECL_CTORS_T_A(const sc_fxval_fast &)
197 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
305 DECL_CTORS_T_A(const sc_fxval_fast &)
371 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
398 const sc_fxval_fast operator ++ (int);
399 const sc_fxval_fast operator -- (int);
676 DEFN_CTORS_T_A(const sc_fxval_fast &)
813 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
1163 DEFN_CTORS_T_A(const sc_fxval_fast &)
1283 DEFN_ASN_OP_T(op, const sc_fxval_fast
[all...]
/gem5/src/systemc/tests/systemc/kernel/sc_macros/test01/
H A Dtest01.cpp58 // sc_fxval_fast
60 sc_fxval_fast a;
/gem5/src/systemc/utils/
H A Dvcd.hh112 void addTraceVal(const sc_dt::sc_fxval_fast *v,
H A Dsc_trace_file.cc221 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval_fast &v,
228 sc_trace(sc_trace_file *tf, const sc_dt::sc_fxval_fast *v,
H A Dtracefile.hh236 virtual void addTraceVal(const sc_dt::sc_fxval_fast *v,
H A Dvcd.cc496 VcdTraceFile::addTraceVal(const sc_dt::sc_fxval_fast *v,
499 addNewTraceVal<VcdTraceValFxval<sc_dt::sc_fxval_fast>>(v, name);
/gem5/ext/systemc/src/
H A Dsystemc.h274 using sc_dt::sc_fxval_fast;

Completed in 85 milliseconds

123