gem5
v19.0.0.0
|
#include <bitunion.hh>
Classes | |
struct | TypeDeducer |
Protected Types | |
typedef TypeDeducer::Storage | Storage |
typedef TypeDeducer::Type | Type |
Protected Member Functions | |
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 | |
Storage | __storage |
Definition at line 54 of file bitunion.hh.
|
protected |
Definition at line 83 of file bitunion.hh.
|
protected |
Definition at line 84 of file bitunion.hh.
|
protecteddefault |
|
protecteddefault |
|
protecteddelete |
|
inlineprotected |
Definition at line 94 of file bitunion.hh.
|
inlineprotected |
Definition at line 100 of file bitunion.hh.
References X86ISA::val.
|
inlineprotected |
Definition at line 107 of file bitunion.hh.
|
protecteddelete |
|
protected |
Definition at line 92 of file bitunion.hh.