includes.isa (9022:bb25e7646c41) includes.isa (9764:7e744dcb1904)
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

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

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

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

59#include "arch/x86/insts/microldstop.hh"
60#include "arch/x86/insts/micromediaop.hh"
61#include "arch/x86/insts/microregop.hh"
62#include "arch/x86/insts/static_inst.hh"
63#include "arch/x86/emulenv.hh"
64#include "arch/x86/isa_traits.hh"
65#include "arch/x86/registers.hh"
66#include "arch/x86/types.hh"
67#include "arch/x86/utility.hh"
67#include "base/misc.hh"
68#include "cpu/static_inst.hh"
69#include "mem/packet.hh"
70#include "sim/faults.hh"
71
72using X86ISA::InstRegIndex;
73}};
74

--- 57 unchanged lines hidden ---
68#include "base/misc.hh"
69#include "cpu/static_inst.hh"
70#include "mem/packet.hh"
71#include "sim/faults.hh"
72
73using X86ISA::InstRegIndex;
74}};
75

--- 57 unchanged lines hidden ---