|
gem5
|
#include <bitunion.hh>
Public Member Functions | |
| operator int64_t () const | |
| int64_t | operator= (const int64_t _data) |
| int64_t | operator= (SignedBitfield< 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 147 of file bitunion.hh.
|
inline |
Definition at line 150 of file bitunion.hh.
References BitfieldBackend::BitfieldBase< Type >::getBits(), and sext().
|
inline |
Definition at line 156 of file bitunion.hh.
References BitfieldBackend::BitfieldBase< Type >::setBits().
|
inline |
Definition at line 163 of file bitunion.hh.