includes.isa (5026:46dd8d55f6c9) includes.isa (5058:be23162b7370)
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

138
139#if FULL_SYSTEM
140#include "sim/pseudo_inst.hh"
141#endif
142
143#include <limits>
144
145#include <cmath>
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

138
139#if FULL_SYSTEM
140#include "sim/pseudo_inst.hh"
141#endif
142
143#include <limits>
144
145#include <cmath>
146#include "arch/x86/miscregs.hh"
146#include "base/bigint.hh"
147#include "cpu/base.hh"
148#include "cpu/exetrace.hh"
149#include "sim/sim_exit.hh"
150#include "mem/packet.hh"
151#include "mem/packet_access.hh"
152
153using namespace X86ISA;
154using namespace std;
155}};
156
147#include "base/bigint.hh"
148#include "cpu/base.hh"
149#include "cpu/exetrace.hh"
150#include "sim/sim_exit.hh"
151#include "mem/packet.hh"
152#include "mem/packet_access.hh"
153
154using namespace X86ISA;
155using namespace std;
156}};
157