includes.isa (7629:0f0c231e3e97) includes.isa (7965:f4c89fe1246b)
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

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

48 import copy
49}};
50
51output header {{
52#include <cstring>
53#include <sstream>
54#include <iostream>
55
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

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

48 import copy
49}};
50
51output header {{
52#include <cstring>
53#include <sstream>
54#include <iostream>
55
56#include "arch/generic/debugfaults.hh"
56#include "arch/x86/emulenv.hh"
57#include "arch/x86/insts/macroop.hh"
58#include "arch/x86/insts/microfpop.hh"
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/isa_traits.hh"

--- 65 unchanged lines hidden ---
57#include "arch/x86/emulenv.hh"
58#include "arch/x86/insts/macroop.hh"
59#include "arch/x86/insts/microfpop.hh"
60#include "arch/x86/insts/microldstop.hh"
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/isa_traits.hh"

--- 65 unchanged lines hidden ---