includes.isa (6253:988a001820f8) includes.isa (6276:11dab30a70e8)
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"
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"
72
73#include <cmath>
74#if defined(linux)
75#include <fenv.h>
76#endif
77
78#include "cpu/base.hh"
79#include "cpu/exetrace.hh"
80#include "mem/packet.hh"
81#include "mem/packet_access.hh"
82#include "sim/sim_exit.hh"
83
84using namespace ArmISA;
85using std::isnan;
86}};
87
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