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"
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