includes.isa (6329:5d8b91875859) includes.isa (6336:25635830e33c)
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

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

144#if FULL_SYSTEM
145#include "sim/pseudo_inst.hh"
146#endif
147
148#include <limits>
149
150#include <cmath>
151#include "arch/x86/cpuid.hh"
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

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

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