formats.isa (3388:1c6ebfc4c20e) formats.isa (3439:b35c5f0ff57b)
1// Copyright (c) 2006 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

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

37##include "nop.isa"
38
39//Include the integerOp and integerOpCc format
40##include "integerop.isa"
41
42//Include the memory formats
43##include "mem/mem.isa"
44
1// Copyright (c) 2006 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

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

37##include "nop.isa"
38
39//Include the integerOp and integerOpCc format
40##include "integerop.isa"
41
42//Include the memory formats
43##include "mem/mem.isa"
44
45//Include the compare and swap format
46##include "cas.isa"
47
48//Include the trap format
49##include "trap.isa"
50
51//Include the unimplemented format
52##include "unimp.isa"
53
54//Include the "unknown" format
55##include "unknown.isa"
56
57//Include the priveleged mode format
58##include "priv.isa"
59
60//Include the branch format
61##include "branch.isa"
62
45//Include the trap format
46##include "trap.isa"
47
48//Include the unimplemented format
49##include "unimp.isa"
50
51//Include the "unknown" format
52##include "unknown.isa"
53
54//Include the priveleged mode format
55##include "priv.isa"
56
57//Include the branch format
58##include "branch.isa"
59