gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | List of all members
RenameMode< ISA > Struct Template Reference

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...
 

Detailed Description

template<typename ISA>
struct RenameMode< ISA >

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.

Definition at line 54 of file traits.hh.

Member Function Documentation

◆ equalsInit()

template<typename ISA >
static bool RenameMode< ISA >::equalsInit ( const ISA *  ,
const ISA *   
)
inlinestatic

Compare the initial rename mode of two instances of the ISA.

Result is true by definition, as the default mode is Full.

Definition at line 66 of file traits.hh.

◆ init()

template<typename ISA >
static Enums::VecRegRenameMode RenameMode< ISA >::init ( const ISA *  )
inlinestatic

Definition at line 56 of file traits.hh.

◆ mode()

template<typename ISA >
static Enums::VecRegRenameMode RenameMode< ISA >::mode ( const TheISA::PCState &  )
inlinestatic

Definition at line 59 of file traits.hh.

Referenced by ArmISA::copyVecRegs(), and FullO3CPU< O3CPUImpl >::switchRenameMode().


The documentation for this struct was generated from the following file:

Generated on Fri Feb 28 2020 16:27:15 for gem5 by doxygen 1.8.13