Searched refs:tmp11 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/cae_test/general/arith/addition/datatypes/
H A Ddatatypes.cpp70 sc_bv<1> tmp11[2]; local
90 tmp11[0][0] = "1";
91 tmp11[1][0] = "0";
113 // tmp4r -= int(tmp11[0][0]);
114 tmp4r -= tmp11[0][0].to_bool();
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/datatypes/
H A Ddatatypes.cpp69 sc_bv<1> tmp11[2]; local
88 tmp11[0][0] = "1";
89 tmp11[1][0] = "0";
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shl/sharing/
H A Dsharing.cpp69 sc_bv<1> tmp11[2]; local
88 tmp11[0][0] = "1";
89 tmp11[1][0] = "0";
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/shr/sharing/
H A Dsharing.cpp69 sc_bv<1> tmp11[2]; local
88 tmp11[0][0] = "1";
89 tmp11[1][0] = "0";

Completed in 6 milliseconds