includes.isa (4158:a3fb9e29c6ce) includes.isa (4323:13ca4002d2ac)
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

78// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
79// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
80// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81//
82// Authors: Gabe Black
83
84////////////////////////////////////////////////////////////////////
85//
1// Copyright (c) 2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

78// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
79// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
80// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81//
82// Authors: Gabe Black
83
84////////////////////////////////////////////////////////////////////
85//
86// Output include file directives.
86// Output include file directives. Also import the python modules we
87// need for all the x86 custom decoder stuff
87//
88
88//
89
90let {{
91 import copy
92}};
93
89output header {{
90#include <cstring>
91#include <sstream>
92#include <iostream>
93
94#include "arch/x86/faults.hh"
95#include "arch/x86/isa_traits.hh"
96#include "arch/x86/regfile.hh"

--- 47 unchanged lines hidden ---
94output header {{
95#include <cstring>
96#include <sstream>
97#include <iostream>
98
99#include "arch/x86/faults.hh"
100#include "arch/x86/isa_traits.hh"
101#include "arch/x86/regfile.hh"

--- 47 unchanged lines hidden ---