summaryrefslogtreecommitdiff
path: root/src/arch/power/isa.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/isa.hh')
-rw-r--r--src/arch/power/isa.hh12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh
index 475b4d2f8..edac96d59 100644
--- a/src/arch/power/isa.hh
+++ b/src/arch/power/isa.hh
@@ -101,6 +101,18 @@ class ISA : public SimObject
return reg;
}
+ int
+ flattenVecIndex(int reg) const
+ {
+ return reg;
+ }
+
+ int
+ flattenVecElemIndex(int reg) const
+ {
+ return reg;
+ }
+
// dummy
int
flattenCCIndex(int reg) const