1// -*- mode:c++ -*-
2
3// Copyright (c) 2007-2008 The Florida State University
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

64using namespace ArmISA;
65using std::isnan;
66}};
67
68output exec {{
69#include "arch/arm/faults.hh"
70#include "arch/arm/isa_traits.hh"
71#include "arch/arm/utility.hh"
72#include "base/condcodes.hh"
73
74#include <cmath>
75#if defined(linux)
76#include <fenv.h>
77#endif
78
79#include "cpu/base.hh"
80#include "cpu/exetrace.hh"
81#include "mem/packet.hh"
82#include "mem/packet_access.hh"
83#include "sim/sim_exit.hh"
84
85using namespace ArmISA;
86using std::isnan;
87}};
88