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

1234567

/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Dwhile_datatypes.cpp47 sc_signed signed_counter(8);
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/pr476/
H A Dtest.cpp60 sc_signed n(8);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab2/
H A Dstab2.cpp47 sc_signed z(103);
95 cout << sc_signed(z.range(i + 2, i)) << endl;
101 cout << sc_signed(z.range(i, i + 2)) << endl;
106 (void) sc_signed(z.range(i + 2, i));
152 sc_signed baz(3);
153 sc_signed baz1(3);
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab3/
H A Dstab3.cpp47 sc_signed z(103);
95 cout << sc_signed(z.range(i + 2, i)) << endl;
101 cout << sc_signed(z.range(i, i + 2)) << endl;
106 (void) sc_signed(z.range(i + 2, i));
203 sc_signed baz(3);
204 sc_signed baz1(3);
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h68 // returns an sc_signed result, whereas an sc_concatref minus a value was
70 // minus a value return an sc_signed result.
87 #include "sysc/datatypes/int/sc_signed.h"
197 virtual void concat_set( const sc_signed& src, int low_i )
278 void to_sc_signed( sc_signed& target ) const
297 sc_signed operator - () const
366 const sc_concatref& operator = ( const sc_signed& v )
690 SC_CONCAT_OP_TYPE(const sc_signed,OP,int) \
691 SC_CONCAT_OP_TYPE(const sc_signed,OP,long) \
692 SC_CONCAT_OP_TYPE(const sc_signed,O
[all...]
H A Dsc_value_base.cpp114 void sc_value_base::concat_set( const sc_signed& /*src*/, int /*low_i*/ )
118 "concat_set(sc_signed) method not supported by this type");
/gem5/src/systemc/ext/dt/misc/
H A Dsc_concatref.hh68 // returns an sc_signed result, whereas an sc_concatref minus a value was
70 // minus a value return an sc_signed result.
85 #include "../int/sc_signed.hh"
208 concat_set(const sc_signed &src, int low_i)
276 void to_sc_signed(sc_signed &target) const { target = value(); }
288 sc_signed operator - () const { return -value(); }
365 operator = (const sc_signed &v)
645 SC_CONCAT_OP_TYPE(const sc_signed, OP, int) \
646 SC_CONCAT_OP_TYPE(const sc_signed, OP, long) \
647 SC_CONCAT_OP_TYPE(const sc_signed, O
[all...]
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith06/
H A Darith06.cpp54 sc_signed x(i);
55 sc_signed y(j);
56 sc_signed z(64);
/gem5/src/systemc/dt/int/
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
1649 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
1723 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bv.hh81 sc_bv(const sc_signed &a) : sc_bv_base(W) { sc_bv_base::operator = (a); }
143 operator = (const sc_signed &a)
H A Dsc_lv.hh79 sc_lv(const sc_signed &a) : sc_lv_base(W) { sc_lv_base::operator = (a); }
140 operator = (const sc_signed &a)
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test07/
H A Dtest07.cpp72 sc_signed high_signed(high_i);
73 sc_signed low_signed(low_i);
/gem5/src/systemc/tests/systemc/datatypes/misc/signless_conversion/
H A Dsignless_conversion.cpp49 DISP( sc_signed(var) ) \
/gem5/src/systemc/tests/systemc/tracing/vcd_trace/test07/
H A Dtest07.cpp48 sc_signed obj1;
/gem5/src/systemc/tests/systemc/tracing/wif_trace/test07/
H A Dtest07.cpp48 sc_signed obj1;
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.h61 #include "sysc/datatypes/int/sc_signed.h"
127 SCFX_EXPLICIT_OTHER_ sc_fxval( const sc_signed&, sc_fxval_observer* = 0 );
162 DECL_BIN_OP_T(op,const sc_signed&) \
203 DECL_BIN_OP_T(/,const sc_signed&) \
228 DECL_BIN_FNC_T(fnc,const sc_signed&) \
272 DECL_REL_OP_T(op,const sc_signed&) \
314 DECL_ASN_OP_T(op,const sc_signed&) \
467 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( const sc_signed&, sc_fxval_fast_observer* = 0 );
501 DECL_BIN_OP_T(op,const sc_signed&) \
539 DECL_BIN_OP_T(/,const sc_signed
[all...]
H A Dsc_fixed.h108 DECL_CTORS_T_B(const sc_signed&)
133 DECL_ASN_OP_T(op,const sc_signed&) \
232 DECL_CTORS_T_B(const sc_signed&)
257 DECL_ASN_OP_T(op,const sc_signed&) \
363 DEFN_CTORS_T(const sc_signed&)
405 DEFN_ASN_OP_T(op,const sc_signed&) \
535 DEFN_CTORS_T(const sc_signed&)
577 DEFN_ASN_OP_T(op,const sc_signed&) \
H A Dsc_ufixed.h108 DECL_CTORS_T_B(const sc_signed&)
133 DECL_ASN_OP_T(op,const sc_signed&) \
232 DECL_CTORS_T_B(const sc_signed&)
257 DECL_ASN_OP_T(op,const sc_signed&) \
363 DEFN_CTORS_T(const sc_signed&)
405 DEFN_ASN_OP_T(op,const sc_signed&) \
535 DEFN_CTORS_T(const sc_signed&)
577 DEFN_ASN_OP_T(op,const sc_signed&) \
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval.hh59 #include "../int/sc_signed.hh"
114 explicit sc_fxval(const sc_signed &, sc_fxval_observer* = 0);
140 DECL_BIN_OP_T(op, const sc_signed &) \
178 DECL_BIN_OP_T(/, const sc_signed &)
198 DECL_BIN_FNC_T(fnc, const sc_signed &) \
236 DECL_REL_OP_T(op, const sc_signed &) \
271 DECL_ASN_OP_T(op, const sc_signed &) \
401 explicit sc_fxval_fast(const sc_signed &, sc_fxval_fast_observer * =0);
427 DECL_BIN_OP_T(op, const sc_signed &) \
462 DECL_BIN_OP_T(/, const sc_signed
[all...]
H A Dsc_fixed.hh104 DECL_CTORS_T_B(const sc_signed&)
123 DECL_ASN_OP_T(op, const sc_signed&) \
213 DECL_CTORS_T_B(const sc_signed &)
232 DECL_ASN_OP_T(op, const sc_signed &) \
328 DEFN_CTORS_T(const sc_signed &)
362 DEFN_ASN_OP_T(op, const sc_signed &) \
480 DEFN_CTORS_T(const sc_signed &)
515 DEFN_ASN_OP_T(op, const sc_signed &) \
H A Dsc_ufixed.hh105 DECL_CTORS_T_B(const sc_signed &)
123 DECL_ASN_OP_T(op, const sc_signed &) \
211 DECL_CTORS_T_B(const sc_signed &)
229 DECL_ASN_OP_T(op, const sc_signed &) \
325 DEFN_CTORS_T(const sc_signed &)
359 DEFN_ASN_OP_T(op, const sc_signed &) \
478 DEFN_CTORS_T(const sc_signed &)
514 DEFN_ASN_OP_T(op, const sc_signed &) \
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_unsigned.h177 using sc_dt::sc_signed;
213 virtual void write_part( const sc_dt::sc_signed& v, int left, int right );
275 virtual void concat_set(const sc_dt::sc_signed& src, int low_i);
295 inline void operator = ( const sc_dt::sc_signed& v );
344 inline void base_write( const sc_dt::sc_signed& value );
362 virtual inline void write_part( const sc_dt::sc_signed& v, int left, int right );
393 inline void operator = ( const sc_dt::sc_signed& new_val );
402 virtual inline void concat_set(const sc_dt::sc_signed& src, int low_i);
415 sc_dt::sc_unsigned& operator += (const sc_dt::sc_signed& );
423 sc_dt::sc_unsigned& operator -= (const sc_dt::sc_signed
[all...]
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv.h103 sc_bv( const sc_signed& a )
170 sc_bv<W>& operator = ( const sc_signed& a )
H A Dsc_lv.h107 sc_lv( const sc_signed& a )
174 sc_lv<W>& operator = ( const sc_signed& a )
/gem5/src/systemc/ext/dt/int/
H A Dsc_biguint.hh57 #include "sc_signed.hh"
102 sc_biguint(const sc_signed &v) : sc_unsigned(W) { *this = v; }
155 operator = (const sc_signed &v)

Completed in 46 milliseconds

1234567