gem5 v24.1.0.1
|
#include <bitunion.hh>
Protected Types | |
template<int first, int last = first> | |
using | Bitfield = BitfieldType< Unsigned< Storage, first, last > > |
template<int first, int last = first> | |
using | BitfieldRO = BitfieldROType< Unsigned< Storage, first, last > > |
template<int first, int last = first> | |
using | BitfieldWO = BitfieldWOType< Unsigned< Storage, first, last > > |
template<int first, int last = first> | |
using | SignedBitfield = BitfieldType< Signed< Storage, first, last > > |
template<int first, int last = first> | |
using | SignedBitfieldRO = BitfieldROType< Signed< Storage, first, last > > |
template<int first, int last = first> | |
using | SignedBitfieldWO = BitfieldWOType< Signed< Storage, first, last > > |
Definition at line 220 of file bitunion.hh.
|
protected |
Definition at line 225 of file bitunion.hh.
|
protected |
Definition at line 227 of file bitunion.hh.
|
protected |
Definition at line 230 of file bitunion.hh.
|
protected |
Definition at line 234 of file bitunion.hh.
|
protected |
Definition at line 237 of file bitunion.hh.
|
protected |
Definition at line 240 of file bitunion.hh.