Searched refs:sc_unsigned (Results 51 - 75 of 155) sorted by relevance

1234567

/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/bitwidth/
H A Dstimulus.cpp43 sc_unsigned send_value2(4);
45 sc_unsigned send_value4(6);
47 sc_unsigned send_value6(8);
/gem5/src/systemc/tests/systemc/misc/semantic/2.3/T_2_3_5_1/
H A DT_2_3_5_1.cpp55 sc_unsigned
56 foobar2( const sc_unsigned& a,
57 sc_unsigned const& b )
/gem5/src/systemc/tests/systemc/misc/semantic/2.4/
H A DT_2_4_1_1.cpp55 sc_unsigned
56 foobar2( const sc_unsigned& a,
57 sc_unsigned const& b )
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab1/
H A Dstab1.cpp48 sc_unsigned w(291);
96 cout << sc_unsigned(w.range(i + 190, i)) << endl;
102 cout << sc_unsigned(w.range(i, i + 190)) << endl;
107 (void) sc_unsigned(w.range(i + 190, i));
137 sc_unsigned quux(191);
138 sc_unsigned quux1(191);
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Darith10.cpp94 sc_unsigned xhi(16), xlo(16);
95 sc_unsigned yhi(16), ylo(16);
96 sc_unsigned zero(16);
/gem5/src/systemc/tests/systemc/misc/semantic/2.5/
H A DT_2_5_1_1.cpp55 sc_unsigned
56 foobar2( const sc_unsigned& a,
57 sc_unsigned const& b )
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_other_defs.h53 #include "sysc/datatypes/int/sc_unsigned.h"
136 // CLASS : sc_unsigned
142 const sc_unsigned&
143 sc_unsigned::operator = ( const sc_fxval& v )
148 "sc_unsigned::operator = ( const sc_fxval& )" );
158 const sc_unsigned&
159 sc_unsigned::operator = ( const sc_fxval_fast& v )
164 "sc_unsigned::operator = ( const sc_fxval_fast& )" );
174 const sc_unsigned&
175 sc_unsigned
[all...]
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/datatypes/
H A Dstimulus.cpp55 sc_unsigned tmp9(4);
56 sc_unsigned tmp10(4);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/datatypes/
H A Dstimulus.cpp55 sc_unsigned tmp9(4);
56 sc_unsigned tmp10(4);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/datatypes/
H A Dstimulus.cpp55 sc_unsigned tmp9(4);
56 sc_unsigned tmp10(4);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/balancing/
H A Dbalancing.cpp48 sc_unsigned out_tmp2(12);
49 sc_unsigned out_tmp3(12);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/fsm/
H A Dfsm.cpp46 sc_unsigned out_tmp2(12);
47 sc_unsigned out_tmp3(12);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/balancing/
H A Dbalancing.cpp46 sc_unsigned out_tmp2(12);
47 sc_unsigned out_tmp3(12);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/fsm/
H A Dfsm.cpp46 sc_unsigned out_tmp2(12);
47 sc_unsigned out_tmp3(12);
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith08/
H A Darith08.cpp58 sc_unsigned x(i);
99 sc_unsigned xx(i);
102 sc_unsigned xx2(i);
/gem5/src/systemc/dt/misc/
H A Dsc_value_base.cc123 sc_value_base::concat_set(const sc_unsigned &/*src*/, int /*low_i*/)
126 "concat_set(sc_unsigned) method not supported by this type";
/gem5/src/systemc/ext/dt/int/
H A D_using.hh61 using sc_dt::sc_unsigned;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dstimulus.cpp46 sc_unsigned send_value5(8);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dstimulus.cpp46 sc_unsigned send_value5(8);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Dstimulus.cpp46 sc_unsigned send_value5(8);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/for_datatypes/
H A Dfor_datatypes.cpp48 sc_unsigned counter_unsigned(8);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/loop/while_datatypes/
H A Dwhile_datatypes.cpp48 sc_unsigned unsigned_counter(8);
/gem5/src/systemc/tests/systemc/misc/if_transforms/loop_unrolling/pr476/
H A Dtest.cpp61 sc_unsigned o(8);
/gem5/src/systemc/tests/systemc/misc/synth/blast/blast1/
H A Dblast1.cpp52 sc_unsigned i, j;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/stab2/
H A Dstab2.cpp48 sc_unsigned w(291);
96 cout << sc_unsigned(w.range(i + 190, i)) << endl;
102 cout << sc_unsigned(w.range(i, i + 190)) << endl;
107 (void) sc_unsigned(w.range(i + 190, i));
161 sc_unsigned quux(191);
162 sc_unsigned quux1(191);

Completed in 20 milliseconds

1234567