Searched refs:bv2 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/bitwise_binary/test01/
H A Dtest01.cpp52 sc_bv<32> bv2; local
59 bv2 = bv;
61 bv2 = bv2 & I;
62 sc_assert( bv1 == bv2 );
65 bv2 = bv;
67 bv2 = bv2 & U;
68 sc_assert( bv1 == bv2 );
85 bv2
[all...]
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/concat/test03/
H A Dtest03.cpp46 sc_bv<64> bv2; local
91 cout << bv2 << " bv2" << endl;
93 cout << "(bv1[33], bv2[34]) = 3" << endl;
94 (bv1[33], bv2[34]) = 3;
96 cout << bv2 << " bv2" << endl;
103 cout << "(bv1,bv2[9]) = 0" << endl;
104 (bv1,bv2[9]) = 0;
106 cout << bv2 << " bv
[all...]

Completed in 5 milliseconds