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

/gem5/src/base/
H A Dbitunion.test.cc45 Bitfield<2> bit2; member in namespace:__anon104
169 EXPECT_EQ(sixtyFour.bit2, 0);
170 sixtyFour.bit2 = 0x1;
172 EXPECT_EQ(sixtyFour.bit2, 0x1);
227 sixtyFour.bit2 = 1;
228 otherSixtyFour.byte6.bit41 = sixtyFour.bit2;
230 otherSixtyFour.bit2 = sixtyFour.bit2;
H A Daddr_range.hh191 uint8_t bit2 = _xor_high_bit - i; local
192 mask |= (1ULL << bit2);
/gem5/src/python/m5/
H A Dparams.py796 bit2 = xor_high_bit - i
797 mask |= 1 << bit2

Completed in 14 milliseconds