Cross Reference: bitfield.hh
xref
: /
gem5
/
src
/
base
/
bitfield.hh
Home
History
Annotate
Raw
Download
only in
/gem5/src/base/
Deleted
Added
sdiff
udiff
text
old ( 3814:33bd4ec9d66a )
new ( 4070:74449a198a44 )
full
compact
46a47
>
71a73,78
> inline uint64_t
> mask(int first, int last)
> {
> return mbits((uint64_t)-1LL, first, last);
> }
>