includes.isa (11328:9512d2e25f14) includes.isa (12334:e0ab29a34764)
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

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

61#include "arch/x86/insts/micromediaop.hh"
62#include "arch/x86/insts/microregop.hh"
63#include "arch/x86/insts/static_inst.hh"
64#include "arch/x86/emulenv.hh"
65#include "arch/x86/isa_traits.hh"
66#include "arch/x86/registers.hh"
67#include "arch/x86/types.hh"
68#include "arch/x86/utility.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

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

61#include "arch/x86/insts/micromediaop.hh"
62#include "arch/x86/insts/microregop.hh"
63#include "arch/x86/insts/static_inst.hh"
64#include "arch/x86/emulenv.hh"
65#include "arch/x86/isa_traits.hh"
66#include "arch/x86/registers.hh"
67#include "arch/x86/types.hh"
68#include "arch/x86/utility.hh"
69#include "base/misc.hh"
69#include "base/logging.hh"
70#include "cpu/static_inst.hh"
71#include "mem/packet.hh"
72#include "sim/faults.hh"
73
74using X86ISA::InstRegIndex;
75}};
76
77output decoder {{
78#include "arch/x86/decoder.hh"
79#include "arch/x86/regs/float.hh"
80#include "arch/x86/regs/misc.hh"
81#include "arch/x86/regs/segment.hh"
82#include "arch/x86/faults.hh"
83#include "arch/x86/microcode_rom.hh"
84#include "arch/x86/tlb.hh"
85#include "base/loader/symtab.hh"
86#include "base/cprintf.hh"
70#include "cpu/static_inst.hh"
71#include "mem/packet.hh"
72#include "sim/faults.hh"
73
74using X86ISA::InstRegIndex;
75}};
76
77output decoder {{
78#include "arch/x86/decoder.hh"
79#include "arch/x86/regs/float.hh"
80#include "arch/x86/regs/misc.hh"
81#include "arch/x86/regs/segment.hh"
82#include "arch/x86/faults.hh"
83#include "arch/x86/microcode_rom.hh"
84#include "arch/x86/tlb.hh"
85#include "base/loader/symtab.hh"
86#include "base/cprintf.hh"
87#include "base/misc.hh"
87#include "base/logging.hh"
88#include "cpu/thread_context.hh" // for Jump::branchTarget()
89#include "mem/packet.hh"
90#include "sim/full_system.hh"
91
92#if defined(linux) || defined(__APPLE__)
93#include <fenv.h>
94#endif
95#include <algorithm>

--- 38 unchanged lines hidden ---
88#include "cpu/thread_context.hh" // for Jump::branchTarget()
89#include "mem/packet.hh"
90#include "sim/full_system.hh"
91
92#if defined(linux) || defined(__APPLE__)
93#include <fenv.h>
94#endif
95#include <algorithm>

--- 38 unchanged lines hidden ---