includes.isa (7202:b99579129992) includes.isa (7350:41e3ee23125e)
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

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

71using namespace ArmISA;
72}};
73
74output exec {{
75#include "arch/arm/faults.hh"
76#include "arch/arm/isa_traits.hh"
77#include "arch/arm/utility.hh"
78#include "base/condcodes.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

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

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