includes.isa (8857:120adc5a4345) includes.isa (9022:bb25e7646c41)
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 "cpu/static_inst.hh"
69#include "mem/packet.hh"
70#include "sim/faults.hh"
71
72using X86ISA::InstRegIndex;
73}};
74
75output decoder {{
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 "cpu/static_inst.hh"
69#include "mem/packet.hh"
70#include "sim/faults.hh"
71
72using X86ISA::InstRegIndex;
73}};
74
75output decoder {{
76#include "arch/x86/decoder.hh"
76#include "arch/x86/regs/float.hh"
77#include "arch/x86/regs/misc.hh"
78#include "arch/x86/regs/segment.hh"
79#include "arch/x86/faults.hh"
80#include "arch/x86/microcode_rom.hh"
81#include "arch/x86/tlb.hh"
82#include "base/loader/symtab.hh"
83#include "base/cprintf.hh"

--- 47 unchanged lines hidden ---
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/faults.hh"
81#include "arch/x86/microcode_rom.hh"
82#include "arch/x86/tlb.hh"
83#include "base/loader/symtab.hh"
84#include "base/cprintf.hh"

--- 47 unchanged lines hidden ---