includes.isa (10037:5cac77888310) includes.isa (10319:4207f9bfcceb)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2012 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

--- 76 unchanged lines hidden (view full) ---

85output exec {{
86#include <cmath>
87
88#include "arch/arm/faults.hh"
89#include "arch/arm/isa_traits.hh"
90#include "arch/arm/utility.hh"
91#include "arch/generic/memhelpers.hh"
92#include "base/condcodes.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010, 2012 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

--- 76 unchanged lines hidden (view full) ---

85output exec {{
86#include <cmath>
87
88#include "arch/arm/faults.hh"
89#include "arch/arm/isa_traits.hh"
90#include "arch/arm/utility.hh"
91#include "arch/generic/memhelpers.hh"
92#include "base/condcodes.hh"
93#include "cpu/base.hh"
93#include "sim/pseudo_inst.hh"
94#if defined(linux)
95#include <fenv.h>
96#endif
97
98#include "base/cp_annotate.hh"
99#include "debug/Arm.hh"
100#include "mem/packet.hh"
101#include "mem/packet_access.hh"
102#include "sim/sim_exit.hh"
103
104using namespace ArmISA;
105
106}};
107
94#include "sim/pseudo_inst.hh"
95#if defined(linux)
96#include <fenv.h>
97#endif
98
99#include "base/cp_annotate.hh"
100#include "debug/Arm.hh"
101#include "mem/packet.hh"
102#include "mem/packet_access.hh"
103#include "sim/sim_exit.hh"
104
105using namespace ArmISA;
106
107}};
108