formats.isa (4952:2d7c40dd10bd) formats.isa (5659:f4b9c344d1ca)
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

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

80// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81//
82// Authors: Gabe Black
83
84//Include the basic format
85//Templates from this format are used later
86##include "basic.isa"
87
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

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

80// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81//
82// Authors: Gabe Black
83
84//Include the basic format
85//Templates from this format are used later
86##include "basic.isa"
87
88//Include a format to generate a CPUID instruction.
89##include "cpuid.isa"
90
88//Include the "unknown" format
89##include "unknown.isa"
90
91//Include the "unimp" format
92##include "unimp.isa"
93
94//Include a format to signal m5 internal errors. This is used to indicate a
95//malfunction of the decode mechanism.

--- 13 unchanged lines hidden ---
91//Include the "unknown" format
92##include "unknown.isa"
93
94//Include the "unimp" format
95##include "unimp.isa"
96
97//Include a format to signal m5 internal errors. This is used to indicate a
98//malfunction of the decode mechanism.

--- 13 unchanged lines hidden ---