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

/gem5/src/base/
H A Dbitunion.test.cc226 SixtyFour otherSixtyFour = 0; local
228 otherSixtyFour.byte6.bit41 = sixtyFour.bit2;
229 EXPECT_EQ(otherSixtyFour, 0x20000000000);
230 otherSixtyFour.bit2 = sixtyFour.bit2;
231 EXPECT_EQ(otherSixtyFour, 0x20000000004);
236 SixtyFour otherSixtyFour = 0x4; local
237 sixtyFour = otherSixtyFour;
240 EXPECT_TRUE(sixtyFour < otherSixtyFour);
241 EXPECT_TRUE(otherSixtyFour > sixtyFour);
242 EXPECT_TRUE(sixtyFour != otherSixtyFour);
[all...]

Completed in 4 milliseconds