gem5 v24.0.0.0
|
#include <bitunion.hh>
Public Member Functions | |
BitfieldWOType ()=default | |
BitfieldWOType (const BitfieldWOType &)=default | |
Type | operator= (const Type val) |
Type | operator= (BitfieldWOType< 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 154 of file bitunion.hh.
|
protected |
Definition at line 157 of file bitunion.hh.
|
protected |
Definition at line 86 of file bitunion.hh.
|
default |
|
default |
|
inline |
Definition at line 166 of file bitunion.hh.
References gem5::BitfieldTypeImpl< Base >::operator=().
|
inline |
Definition at line 164 of file bitunion.hh.
References gem5::BitfieldTypeImpl< Base >::operator=(), and gem5::X86ISA::val.