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

/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/and/and_1/
H A Dand_1.cpp46 sc_lv<8> tmp3_tmp; local
72 tmp3_tmp = 0x0f;
75 tmp3 = tmp3 & tmp3_tmp;
92 tmp3_tmp = 0x03;
95 tmp3 &= tmp3_tmp;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/or/or_1/
H A Dor_1.cpp46 sc_lv<8> tmp3_tmp; local
72 tmp3_tmp = 0x0f;
75 tmp3 = tmp3 | tmp3_tmp;
92 tmp3_tmp = 0x03;
95 tmp3 |= tmp3_tmp;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/xor/xor_1/
H A Dxor_1.cpp46 sc_lv<8> tmp3_tmp; local
72 tmp3_tmp = 0x0f;
75 tmp3 = tmp3 ^ tmp3_tmp;
92 tmp3_tmp = 0x03;
95 tmp3 ^= tmp3_tmp;
/gem5/src/systemc/tests/systemc/misc/cae_test/general/bitwise/not/not_1/
H A Dnot_1.cpp46 sc_lv<8> tmp3_tmp; local
72 tmp3_tmp = 0x0f;
92 tmp3_tmp = 0x03;
95 tmp3 = ~(tmp3_tmp);

Completed in 5 milliseconds