Searched refs:tmp2 (Results 26 - 50 of 55) sorted by relevance

123

/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dor_1.cpp44 unsigned int tmp2; local
66 tmp2 = in_value2.read();
74 tmp2 = tmp2 | 0x0f | 0x13 ;
82 out_value2.write(tmp2);
94 tmp2 |= 0x03;
102 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/bitwidth/
H A Dbitwidth.cpp44 sc_biguint<4> tmp2; local
66 tmp2 = in_value2.read();
74 tmp1 = tmp1 << tmp2;
76 tmp3 = tmp1 << tmp2;
78 tmp6 = tmp2 << tmp6;
82 tmp2 = tmp4 << tmp6;
87 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Dxor_1.cpp44 unsigned int tmp2; local
66 tmp2 = in_value2.read();
74 tmp2 = tmp2 ^ 0x0f ^ 0x13 ;
82 out_value2.write(tmp2);
94 tmp2 ^= 0x03;
102 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/bitwidth/
H A Dbitwidth.cpp45 sc_bigint<4> tmp2; local
65 tmp2 = in_value2.read();
73 tmp2a = tmp2 - tmp1;
77 tmp4a = tmp4 - tmp2;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/bitwidth/
H A Dbitwidth.cpp43 sc_biguint<4> tmp2; local
65 tmp2 = in_value2.read();
73 tmp1 = tmp1 + tmp2;
77 tmp6 = tmp2 + tmp1;
81 tmp2 = tmp4 + tmp6;
86 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/datatypes/
H A Dstimulus.cpp48 sc_signed tmp2(8);
59 tmp2 = "0b00000010";
72 out_value2.write(tmp2);
81 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " "
84 tmp2 = tmp2 + 1;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/datatypes/
H A Dstimulus.cpp48 sc_signed tmp2(8);
59 tmp2 = "0b00000010";
72 out_value2.write(tmp2);
81 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " "
84 tmp2 = tmp2 + 1;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/datatypes/
H A Dstimulus.cpp48 sc_signed tmp2(8);
59 tmp2 = "0b00000010";
72 out_value2.write(tmp2);
81 cout << "Stimuli: " << tmp1 << " " << tmp2 << " " << tmp3 << " " << tmp4 << " "
84 tmp2 = tmp2 + 1;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/fsm/
H A Dfsm.cpp44 sc_biguint<4> tmp2; local
104 tmp2 = in_value2.read();
107 tmpint = tmp2.to_uint();
114 out_tmp2 = tmp2*tmp2*tmp2;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/conditions/
H A Dconditions.cpp44 sc_bigint<4> tmp2; local
70 tmp2 = in_value2.read();
75 if ((tmp1==4) && (tmp2<6) || (tmp5+tmp4.to_int()==6)) {
93 tmp2 = in_value2.read();
99 cond_tmp = (tmp1==4) && (tmp2<6) || (tmp5+tmp4.to_int()==6);
111 (tmp5+tmp2.to_int()==6)?tmp2a:tmp1);
116 tmp5 = tmp2.to_int();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/inlining/
H A Dinlining.cpp55 sc_biguint<4> tmp2; local
75 tmp2 = in_value2.read();
81 out_value1.write(MAXI(tmp1, tmp2));
83 my_print(tmp2);
86 my_if(tmp2, tmp3, tmp4);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/divide/datatypes/
H A Ddatatypes.cpp44 sc_bigint<2> tmp2; local
67 tmp2 = in_value2.read();
82 tmp4r = tmp4 / tmp2;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/datatypes/
H A Ddatatypes.cpp45 sc_bigint<4> tmp2; local
67 tmp2 = in_value2.read();
81 if (tmp2[2]) {
86 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/datatypes/
H A Ddatatypes.cpp44 sc_bigint<4> tmp2; local
66 tmp2 = in_value2.read();
81 if (tmp2[2]) {
86 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/if_test/if_test/
H A Dif_test.cpp44 sc_bigint<4> tmp2; local
68 tmp2 = in_value2.read();
85 if (tmp2 < 6 ) {
89 out_value2.write(tmp2);
/gem5/src/systemc/tests/systemc/misc/stars/star102573/
H A Dstar102573.cpp49 sc_signed tmp2(2);
67 tmp2 = in_value.read();
68 inp_tmp = tmp2.to_int() + i ;
70 inp_tmp = inp_tmp - tmp2.to_int() ;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp49 sc_biguint<8> tmp2; local
97 tmp2 = in_value2.read();
107 tmp2r = tmp2 << 2;
128 tmp2r = tmp2 << (unsigned int)(tmp4 % 8);
132 tmp6r = tmp6 << (tmp2.to_uint() % 32);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp49 sc_biguint<8> tmp2; local
97 tmp2 = in_value2.read();
107 tmp2r = tmp2 << 2;
128 tmp2r = tmp2 << (tmp4 % 8);
132 tmp6r = tmp6 << (tmp2.to_uint() % 8);
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp49 sc_biguint<8> tmp2; local
97 tmp2 = in_value2.read();
107 tmp2r = tmp2 >> 2;
128 tmp2r = tmp2 >> (tmp4 % 9);
132 tmp6r = tmp6 >> (tmp2.to_uint() % 9);
/gem5/src/systemc/tests/systemc/misc/stars/star109678/
H A Dstar109678.cpp60 sc_uint<10> tmp, tmp2; local
85 sc_uint<10> tmp, tmp2; local
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddatatypes.cpp48 sc_biguint<8> tmp2; local
99 tmp2 = in_value2.read();
108 tmp1r = tmp1 + tmp2 + (sc_bigint<1>)tmp1.range(0, 0) ; // ####
/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/subtract/datatypes/
H A Ddatatypes.cpp47 sc_biguint<8> tmp2; local
86 tmp2 = in_value2.read();
95 tmp1r = tmp1 - tmp2;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/datatypes/
H A Ddatatypes.cpp46 sc_biguint<8> tmp2; local
83 tmp2 = in_value2.read();
95 tmp1r = tmp1 | tmp2;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/control/case/inlining/
H A Dinlining.cpp73 int tmp2; local
93 tmp2 = in_value2.read().to_int();
102 my_case(tmp2, tmp3, tmp4);
/gem5/src/systemc/tests/systemc/misc/stars/star116568/
H A Dtest.cpp56 sc_lv<8> tmp2; local
59 convert2(tmp,tmp2);
60 X.write(tmp2);

Completed in 19 milliseconds

123