includes.isa (8229:78bf55f23338) includes.isa (8230:845c8eb5ac49)
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

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

66#include "cpu/thread_context.hh"
67
68using namespace PowerISA;
69using std::isnan;
70}};
71
72output exec {{
73#include <cmath>
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

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

66#include "cpu/thread_context.hh"
67
68using namespace PowerISA;
69using std::isnan;
70}};
71
72output exec {{
73#include <cmath>
74
75#include "arch/power/faults.hh"
76#include "arch/power/isa_traits.hh"
77#include "arch/power/utility.hh"
78#if defined(linux)
79#include <fenv.h>
80#endif
81
74#if defined(linux)
75#include <fenv.h>
76#endif
77
78#include "arch/power/faults.hh"
79#include "arch/power/isa_traits.hh"
80#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
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