From eb61f0123b992236b3ef8331ed35d5954a62a44d Mon Sep 17 00:00:00 2001 From: Curtis Dunham Date: Fri, 9 May 2014 18:58:46 -0400 Subject: arm: cleanup ARM ISA definition --- src/arch/arm/isa/templates/vfp64.isa | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/arch/arm/isa/templates/vfp64.isa') 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) -- cgit v1.2.3