includes.isa (6516:b5b420d15a20) includes.isa (6570:d7907eaf7419)
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

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

151#include <limits>
152
153#include <cmath>
154#include "arch/x86/cpuid.hh"
155#include "arch/x86/faults.hh"
156#include "arch/x86/miscregs.hh"
157#include "arch/x86/tlb.hh"
158#include "base/bigint.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

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

151#include <limits>
152
153#include <cmath>
154#include "arch/x86/cpuid.hh"
155#include "arch/x86/faults.hh"
156#include "arch/x86/miscregs.hh"
157#include "arch/x86/tlb.hh"
158#include "base/bigint.hh"
159#include "base/condcodes.hh"
159#include "cpu/base.hh"
160#include "cpu/exetrace.hh"
161#include "sim/sim_exit.hh"
162#include "mem/packet.hh"
163#include "mem/packet_access.hh"
164#include "mem/request.hh"
165#include "sim/pseudo_inst.hh"
166
167using namespace X86ISA;
168using namespace std;
169}};
170
160#include "cpu/base.hh"
161#include "cpu/exetrace.hh"
162#include "sim/sim_exit.hh"
163#include "mem/packet.hh"
164#include "mem/packet_access.hh"
165#include "mem/request.hh"
166#include "sim/pseudo_inst.hh"
167
168using namespace X86ISA;
169using namespace std;
170}};
171