gem5 v24.0.0.0
|
#include <bitunion.hh>
Public Member Functions | |
BitfieldType ()=default | |
BitfieldType (const BitfieldType &)=default | |
operator Type () const | |
Type | operator= (const Type val) |
Type | operator= (BitfieldType< Base > const &other) |
Protected Types | |
using | Impl = BitfieldTypeImpl<Base> |
typedef TypeDeducer::Type | Type |
Protected Types inherited from gem5::BitfieldTypeImpl< Base > | |
typedef TypeDeducer::Storage | Storage |
typedef TypeDeducer::Type | Type |
Additional Inherited Members | |
Protected Member Functions inherited from gem5::BitfieldTypeImpl< Base > | |
Type | getter (const Storage &storage) const =delete |
void | setter (Storage &storage, Type val)=delete |
BitfieldTypeImpl ()=default | |
BitfieldTypeImpl (const BitfieldTypeImpl &)=default | |
operator Type () const | |
Type | operator= (const Type val) |
Type | operator= (BitfieldTypeImpl< Base > const &other) |
Protected Attributes inherited from gem5::BitfieldTypeImpl< Base > | |
Storage | __storage |
Definition at line 117 of file bitunion.hh.
|
protected |
Definition at line 120 of file bitunion.hh.
|
protected |
Definition at line 86 of file bitunion.hh.
|
default |
|
default |
|
inline |
Definition at line 127 of file bitunion.hh.
|
inline |
Definition at line 131 of file bitunion.hh.
References gem5::BitfieldTypeImpl< Base >::operator=().
|
inline |
Definition at line 129 of file bitunion.hh.
References gem5::BitfieldTypeImpl< Base >::operator=(), and gem5::X86ISA::val.