40 #ifndef __ARCH_COMMON_TRAITS_HH__ 41 #define __ARCH_COMMON_TRAITS_HH__ 44 #include "arch/types.hh" 45 #include "enums/VecRegRenameMode.hh" 52 template <
typename ISA>
55 static Enums::VecRegRenameMode
init(
const BaseISA*) {
return Enums::Full; }
57 static Enums::VecRegRenameMode
59 {
return Enums::Full; }
static Enums::VecRegRenameMode mode(const TheISA::PCState &)
static Enums::VecRegRenameMode init(const BaseISA *)
Helper structure to get the vector register mode for a given ISA.
static bool equalsInit(const BaseISA *, const BaseISA *)
Compare the initial rename mode of two instances of the ISA.
GenericISA::DelaySlotPCState< MachInst > PCState