gem5
|
#include <bitunion.hh>
Public Member Functions | |
operator uint64_t () const | |
uint64_t | operator= (const uint64_t _data) |
uint64_t | operator= (Bitfield< first, last > const &other) |
Additional Inherited Members | |
Protected Member Functions inherited from BitfieldBackend::BitfieldBase< Type > | |
uint64_t | getBits (int first, int last) const |
void | setBits (int first, int last, uint64_t val) |
Protected Attributes inherited from BitfieldBackend::BitfieldBase< Type > | |
Type | __data |
Definition at line 85 of file bitunion.hh.
|
inline |
Definition at line 91 of file bitunion.hh.
References BitfieldBackend::BitfieldBase< Type >::getBits().
|
inline |
Definition at line 97 of file bitunion.hh.
References BitfieldBackend::BitfieldBase< Type >::setBits().
|
inline |
Definition at line 104 of file bitunion.hh.