includes.isa (5425:4226f6c2d03c) includes.isa (5659:f4b9c344d1ca)
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

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

140
141#if FULL_SYSTEM
142#include "sim/pseudo_inst.hh"
143#endif
144
145#include <limits>
146
147#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

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

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