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

/gem5/src/base/
H A Dbitunion.test.cc44 Bitfield<39, 32> byte5; member in namespace:__anon104
159 EXPECT_EQ(sixtyFour.byte5, 0);
160 sixtyFour.byte5 = 0xff;
162 sixtyFour.byte5 = 0xfff;
164 EXPECT_EQ(sixtyFour.byte5, 0xff);
178 sixtyFour.byte5 = 0xff;

Completed in 3 milliseconds