includes.isa (7678:f19b6a3a8cec) includes.isa (7732:a2c660de7787)
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

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

81#include "base/condcodes.hh"
82#include "sim/pseudo_inst.hh"
83
84#include <cmath>
85#if defined(linux)
86#include <fenv.h>
87#endif
88
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

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

81#include "base/condcodes.hh"
82#include "sim/pseudo_inst.hh"
83
84#include <cmath>
85#if defined(linux)
86#include <fenv.h>
87#endif
88
89#include "base/cp_annotate.hh"
89#include "mem/packet.hh"
90#include "mem/packet_access.hh"
91#include "sim/sim_exit.hh"
92
93using namespace ArmISA;
94using std::isnan;
95}};
96
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