includes.isa (7087:fb8d5786ff30) includes.isa (7629:0f0c231e3e97)
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

68#include "mem/packet.hh"
69#include "sim/faults.hh"
70
71using X86ISA::InstRegIndex;
72}};
73
74output decoder {{
75#include "arch/x86/faults.hh"
1// Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2// All rights reserved.
3//
4// The license below extends only to copyright in the software and shall
5// not be construed as granting a license to any other intellectual
6// property including but not limited to intellectual property relating
7// to a hardware implementation of the functionality of the software
8// licensed hereunder. You may use the software subject to the license

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

68#include "mem/packet.hh"
69#include "sim/faults.hh"
70
71using X86ISA::InstRegIndex;
72}};
73
74output decoder {{
75#include "arch/x86/faults.hh"
76#include "arch/x86/floatregs.hh"
77#include "arch/x86/microcode_rom.hh"
76#include "arch/x86/microcode_rom.hh"
78#include "arch/x86/miscregs.hh"
79#include "arch/x86/segmentregs.hh"
77#include "arch/x86/regs/float.hh"
78#include "arch/x86/regs/misc.hh"
79#include "arch/x86/regs/segment.hh"
80#include "arch/x86/tlb.hh"
81#include "base/cprintf.hh"
82#include "base/loader/symtab.hh"
83#include "base/misc.hh"
84#include "cpu/thread_context.hh" // for Jump::branchTarget()
85#include "mem/packet.hh"
86
87#if defined(linux) || defined(__APPLE__)

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

105#include "sim/pseudo_inst.hh"
106#endif
107
108#include <limits>
109
110#include <cmath>
111#include "arch/x86/cpuid.hh"
112#include "arch/x86/faults.hh"
80#include "arch/x86/tlb.hh"
81#include "base/cprintf.hh"
82#include "base/loader/symtab.hh"
83#include "base/misc.hh"
84#include "cpu/thread_context.hh" // for Jump::branchTarget()
85#include "mem/packet.hh"
86
87#if defined(linux) || defined(__APPLE__)

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

105#include "sim/pseudo_inst.hh"
106#endif
107
108#include <limits>
109
110#include <cmath>
111#include "arch/x86/cpuid.hh"
112#include "arch/x86/faults.hh"
113#include "arch/x86/miscregs.hh"
113#include "arch/x86/regs/misc.hh"
114#include "arch/x86/tlb.hh"
115#include "base/bigint.hh"
116#include "base/condcodes.hh"
117#include "cpu/base.hh"
118#include "cpu/exetrace.hh"
119#include "sim/sim_exit.hh"
120#include "mem/packet.hh"
121#include "mem/packet_access.hh"
122#include "mem/request.hh"
123#include "sim/pseudo_inst.hh"
124
125using namespace X86ISA;
126using namespace std;
127}};
128
114#include "arch/x86/tlb.hh"
115#include "base/bigint.hh"
116#include "base/condcodes.hh"
117#include "cpu/base.hh"
118#include "cpu/exetrace.hh"
119#include "sim/sim_exit.hh"
120#include "mem/packet.hh"
121#include "mem/packet_access.hh"
122#include "mem/request.hh"
123#include "sim/pseudo_inst.hh"
124
125using namespace X86ISA;
126using namespace std;
127}};
128