gem5
|
#include <bitunion.hh>
Private Member Functions | |
int64_t | operator= (const int64_t _data) |
int64_t | operator= (const SignedBitfield< first, last > &other) |
Additional Inherited Members | |
Public Member Functions inherited from BitfieldBackend::SignedBitfieldTypes< Type >::SignedBitfield< first, last > | |
operator int64_t () const | |
int64_t | operator= (const int64_t _data) |
int64_t | operator= (SignedBitfield< first, last > const &other) |
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 175 of file bitunion.hh.
|
private |
|
private |