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

/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/bitwise_binary/test01/
H A Dtest01.cpp51 sc_bv<32> bv1; local
58 bv1 = bv;
60 bv1 &= I;
62 sc_assert( bv1 == bv2 );
64 bv1 = bv;
66 bv1 &= U;
68 sc_assert( bv1 == bv2 );
84 bv1 = bv;
86 bv1 |= I;
88 sc_assert( bv1
[all...]
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/concat/test03/
H A Dtest03.cpp45 sc_bv<64> bv1; local
90 cout << bv1 << " bv1" << endl;
93 cout << "(bv1[33], bv2[34]) = 3" << endl;
94 (bv1[33], bv2[34]) = 3;
95 cout << bv1 << " bv1" << endl;
98 cout << "bv1[43].set_word(0, 1)" << endl;
99 bv1[43].set_word(0, 1);
100 cout << bv1 << " bv
[all...]

Completed in 5 milliseconds