formats.isa (7087:fb8d5786ff30) formats.isa (7715:5581d0cd2bdb)
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

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

54//Include a format to signal m5 internal errors. This is used to indicate a
55//malfunction of the decode mechanism.
56##include "error.isa"
57
58//Include a format which implements a batch of instructions which do the same
59//thing on a variety of inputs
60##include "multi.isa"
61
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

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

54//Include a format to signal m5 internal errors. This is used to indicate a
55//malfunction of the decode mechanism.
56##include "error.isa"
57
58//Include a format which implements a batch of instructions which do the same
59//thing on a variety of inputs
60##include "multi.isa"
61
62//Include a format for a non-microcoded nop.
63##include "nop.isa"
64
62//Include a format which implements an extra layer of decoding to handle the
63//repe and repne prefixes
64##include "string.isa"
65
66//Include a format which makes instructions who's sole purpose is to generate
67//a syscall.
68##include "syscall.isa"
65//Include a format which implements an extra layer of decoding to handle the
66//repe and repne prefixes
67##include "string.isa"
68
69//Include a format which makes instructions who's sole purpose is to generate
70//a syscall.
71##include "syscall.isa"