includes.isa (8230:845c8eb5ac49) includes.isa (8442:b1f3dfae06f1)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

70}};
71
72output exec {{
73#include <cmath>
74#if defined(linux)
75#include <fenv.h>
76#endif
77
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
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

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

70}};
71
72output exec {{
73#include <cmath>
74#if defined(linux)
75#include <fenv.h>
76#endif
77
78#include "arch/generic/memhelpers.hh"
78#include "arch/power/faults.hh"
79#include "arch/power/isa_traits.hh"
80#include "arch/power/utility.hh"
81#include "base/condcodes.hh"
82#include "cpu/base.hh"
83#include "cpu/exetrace.hh"
84#include "mem/packet.hh"
85#include "mem/packet_access.hh"
86#include "sim/sim_exit.hh"
87
88using namespace PowerISA;
89using std::isnan;
90}};
91
79#include "arch/power/faults.hh"
80#include "arch/power/isa_traits.hh"
81#include "arch/power/utility.hh"
82#include "base/condcodes.hh"
83#include "cpu/base.hh"
84#include "cpu/exetrace.hh"
85#include "mem/packet.hh"
86#include "mem/packet_access.hh"
87#include "sim/sim_exit.hh"
88
89using namespace PowerISA;
90using std::isnan;
91}};
92