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

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

44// need for all the x86 custom decoder stuff
45//
46
47let {{
48 import copy
49}};
50
51output header {{
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

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

44// need for all the x86 custom decoder stuff
45//
46
47let {{
48 import copy
49}};
50
51output header {{
52#include <array>
52#include <cstring>
53#include <iostream>
54#include <sstream>
55
56#include "arch/generic/debugfaults.hh"
57#include "arch/x86/insts/macroop.hh"
58#include "arch/x86/insts/microfpop.hh"
59#include "arch/x86/insts/microldstop.hh"

--- 73 unchanged lines hidden ---
53#include <cstring>
54#include <iostream>
55#include <sstream>
56
57#include "arch/generic/debugfaults.hh"
58#include "arch/x86/insts/macroop.hh"
59#include "arch/x86/insts/microfpop.hh"
60#include "arch/x86/insts/microldstop.hh"

--- 73 unchanged lines hidden ---