Searched refs:sc_signed (Results 151 - 162 of 162) sorted by relevance

1234567

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h88 class sc_signed;
166 explicit scfx_rep( const sc_signed& );
H A Dscfx_rep.cpp279 scfx_rep::scfx_rep( const sc_signed& a )
295 sc_signed a2 = -a;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_subref.inc22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed part selection (r-value only).
68 // implicit conversion to sc_signed
150 // Proxy class for sc_signed part selection (r-value and l-value).
171 sc_signed_subref::operator = ( const sc_signed& v )
334 void sc_signed_subref::concat_set( const sc_signed& src, int low_i )
H A Dsc_nbcommon.inc22 sc_nbcommon.cpp -- Functions common to both sc_signed and sc_unsigned.
23 This file is included in sc_signed.cpp and
25 For example, sc_signed.cpp will first define CLASS_TYPE
26 as sc_signed before including this file. This file like
1934 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
2008 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
/gem5/src/systemc/dt/int/
H A Dsc_signed_subref.inc22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
42 // Proxy class for sc_signed part selection (r-value only).
71 // implicit conversion to sc_signed
150 // Proxy class for sc_signed part selection (r-value and l-value).
171 sc_signed_subref::operator = (const sc_signed &v)
332 sc_signed_subref::concat_set(const sc_signed &src, int low_i)
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh86 class sc_signed;
157 explicit scfx_rep(const sc_signed &);
/gem5/src/systemc/utils/
H A Dvcd.cc47 #include "systemc/ext/dt/int/sc_signed.hh"
432 VcdTraceFile::addTraceVal(const sc_dt::sc_signed *v, const std::string &name)
434 addNewTraceVal<VcdTraceValFinite<sc_dt::sc_signed>>(v, name);
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp65 #include "sysc/datatypes/int/sc_signed.h"
491 vcd_sc_signed_trace(const sc_dt::sc_signed& object,
499 const sc_dt::sc_signed& object;
500 sc_dt::sc_signed old_value;
504 vcd_sc_signed_trace::vcd_sc_signed_trace(const sc_dt::sc_signed& object_,
1812 DEFN_TRACE_METHOD(sc_signed)
/gem5/ext/systemc/src/
H A Dsystemc.h249 using sc_dt::sc_signed;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc258 scfx_rep::scfx_rep(const sc_signed &a) :
272 sc_signed a2 = -a;
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh917 operator = (const sc_signed &a)
1356 operator = (const sc_signed &a)
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h1010 sc_subref<X>& operator = ( const sc_signed& a )
1487 sc_concref<X,Y>& operator = ( const sc_signed& a )

Completed in 58 milliseconds

1234567