formats.isa (7715:5581d0cd2bdb) formats.isa (10529:05b5a6cf3521)
1// Copyright (c) 2007 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

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

40
41//Include the basic format
42//Templates from this format are used later
43##include "basic.isa"
44
45//Include a format to generate a CPUID instruction.
46##include "cpuid.isa"
47
1// Copyright (c) 2007 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

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

40
41//Include the basic format
42//Templates from this format are used later
43##include "basic.isa"
44
45//Include a format to generate a CPUID instruction.
46##include "cpuid.isa"
47
48//Include a format to generate a monitor/mwait instructions.
49##include "monitor_mwait.isa"
50
48//Include the "unknown" format
49##include "unknown.isa"
50
51//Include the "unimp" format
52##include "unimp.isa"
53
54//Include a format to signal m5 internal errors. This is used to indicate a
55//malfunction of the decode mechanism.

--- 16 unchanged lines hidden ---
51//Include the "unknown" format
52##include "unknown.isa"
53
54//Include the "unimp" format
55##include "unimp.isa"
56
57//Include a format to signal m5 internal errors. This is used to indicate a
58//malfunction of the decode mechanism.

--- 16 unchanged lines hidden ---