summaryrefslogtreecommitdiff
path: root/src/arch/arm/isa/templates
diff options
context:
space:
mode:
authorCurtis Dunham <Curtis.Dunham@arm.com>2014-05-09 18:58:46 -0400
committerCurtis Dunham <Curtis.Dunham@arm.com>2014-05-09 18:58:46 -0400
commiteb61f0123b992236b3ef8331ed35d5954a62a44d (patch)
tree3950084854db3f3a727ff7a6d8cb3dfd72284237 /src/arch/arm/isa/templates
parent29c15c6870b67732d1a14b6b2702d5fdca82521e (diff)
downloadgem5-eb61f0123b992236b3ef8331ed35d5954a62a44d.tar.xz
arm: cleanup ARM ISA definition
Diffstat (limited to 'src/arch/arm/isa/templates')
-rw-r--r--src/arch/arm/isa/templates/vfp64.isa16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/arch/arm/isa/templates/vfp64.isa b/src/arch/arm/isa/templates/vfp64.isa
index 518cedaae..0935cd78a 100644
--- a/src/arch/arm/isa/templates/vfp64.isa
+++ b/src/arch/arm/isa/templates/vfp64.isa
@@ -1,6 +1,6 @@
// -*- mode:c++ -*-
-// Copyright (c) 2012 ARM Limited
+// Copyright (c) 2012, 2014 ARM Limited
// All rights reserved
//
// The license below extends only to copyright in the software and shall
@@ -51,20 +51,6 @@ def template AA64FpRegRegOpConstructor {{
}
}};
-def template AA64FpRegRegOpConstructor {{
- inline %(class_name)s::%(class_name)s(ExtMachInst machInst,
- IntRegIndex _dest, IntRegIndex _op1,
- VfpMicroMode mode)
- : %(base_class)s("%(mnemonic)s", machInst, %(op_class)s,
- _dest, _op1, mode)
- {
- %(constructor)s;
- for (int x = 0; x < _numDestRegs; x++) {
- _srcRegIdx[_numSrcRegs++] = _destRegIdx[x];
- }
- }
-}};
-
def template AA64FpRegImmOpConstructor {{
inline %(class_name)s::%(class_name)s(ExtMachInst machInst,
IntRegIndex _dest, uint64_t _imm, VfpMicroMode mode)