includes.isa (8232:b28d06a175be) includes.isa (8442:b1f3dfae06f1)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

75}};
76
77output exec {{
78#include <cmath>
79
80#include "arch/arm/faults.hh"
81#include "arch/arm/isa_traits.hh"
82#include "arch/arm/utility.hh"
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 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

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

75}};
76
77output exec {{
78#include <cmath>
79
80#include "arch/arm/faults.hh"
81#include "arch/arm/isa_traits.hh"
82#include "arch/arm/utility.hh"
83#include "arch/generic/memhelpers.hh"
83#include "base/condcodes.hh"
84#include "sim/pseudo_inst.hh"
85#if defined(linux)
86#include <fenv.h>
87#endif
88
89#include "base/cp_annotate.hh"
90#include "debug/Arm.hh"
91#include "mem/packet.hh"
92#include "mem/packet_access.hh"
93#include "sim/sim_exit.hh"
94
95using namespace ArmISA;
96using std::isnan;
97}};
98
84#include "base/condcodes.hh"
85#include "sim/pseudo_inst.hh"
86#if defined(linux)
87#include <fenv.h>
88#endif
89
90#include "base/cp_annotate.hh"
91#include "debug/Arm.hh"
92#include "mem/packet.hh"
93#include "mem/packet_access.hh"
94#include "sim/sim_exit.hh"
95
96using namespace ArmISA;
97using std::isnan;
98}};
99