includes.isa (8229:78bf55f23338) includes.isa (8232:b28d06a175be)
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

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

82#include "arch/arm/utility.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"
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

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

82#include "arch/arm/utility.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"
90#include "mem/packet.hh"
91#include "mem/packet_access.hh"
92#include "sim/sim_exit.hh"
93
94using namespace ArmISA;
95using std::isnan;
96}};
97
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