gem5
v19.0.0.0
|
Helper structure to get the vector register mode for a given ISA. More...
#include <traits.hh>
Static Public Member Functions | |
static Enums::VecRegRenameMode | init (const ISA *) |
static Enums::VecRegRenameMode | mode (const TheISA::PCState &) |
static bool | equalsInit (const ISA *, const ISA *) |
Compare the initial rename mode of two instances of the ISA. More... | |
Helper structure to get the vector register mode for a given ISA.
This way we implement a default 'full' mode, and only those ISA that care have to actually specialise the template to forward the call to the appropriate member of the ISA.
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 59 of file traits.hh.
Referenced by ArmISA::copyVecRegs(), and FullO3CPU< O3CPUImpl >::switchRenameMode().