gem5
|
#include <bitunion.hh>
Private Member Functions | |
operator int64_t () const | |
Additional Inherited Members | |
![]() | |
operator int64_t () const | |
int64_t | operator= (const int64_t _data) |
int64_t | operator= (SignedBitfield< first, last > const &other) |
![]() | |
uint64_t | getBits (int first, int last) const |
void | setBits (int first, int last, uint64_t val) |
![]() | |
Type | __data |
Definition at line 187 of file bitunion.hh.
|
private |