Deleted Added
sdiff udiff text old ( 4712:79b4c64296ce ) new ( 4952:2d7c40dd10bd )
full compact
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

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

94//Include a format to signal m5 internal errors. This is used to indicate a
95//malfunction of the decode mechanism.
96##include "error.isa"
97
98//Include a format which implements a batch of instructions which do the same
99//thing on a variety of inputs
100##include "multi.isa"
101
102//Include a format which makes instructions who's sole purpose is to generate
103//a syscall.
104##include "syscall.isa"