formats.isa (7741:340b6f01d69b) formats.isa (12293:3d662e8013c9)
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

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

25// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26//
27// Authors: Gabe Black
28
29// Include the basic format
30// Templates from this format are used later
31##include "basic.isa"
32
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

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

25// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26//
27// Authors: Gabe Black
28
29// Include the basic format
30// Templates from this format are used later
31##include "basic.isa"
32
33// Include base classes for microcoding instructions
34##include "micro.isa"
35
36// Include the noop format
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"

--- 16 unchanged lines hidden ---
33// Include the noop format
34##include "nop.isa"
35
36// Include the integerOp and integerOpCc format
37##include "integerop.isa"
38
39// Include the memory formats
40##include "mem/mem.isa"

--- 16 unchanged lines hidden ---