includes.isa (8442:b1f3dfae06f1) includes.isa (8946:fb6c89334b86)
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

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

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

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

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;
97
98}};
99
98}};
99