mem.isa (4040:eb894f3fc168) mem.isa (7741:340b6f01d69b)
1// Copyright (c) 2006-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

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

27// Authors: Ali Saidi
28// Gabe Black
29
30////////////////////////////////////////////////////////////////////
31//
32// Mem formats
33//
34
1// Copyright (c) 2006-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

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

27// Authors: Ali Saidi
28// Gabe Black
29
30////////////////////////////////////////////////////////////////////
31//
32// Mem formats
33//
34
35//Include mem utility templates and functions
35// Include mem utility templates and functions
36##include "util.isa"
37
36##include "util.isa"
37
38//Include the basic memory format
38// Include the basic memory format
39##include "basicmem.isa"
40
39##include "basicmem.isa"
40
41//Include the block memory format
41// Include the block memory format
42##include "blockmem.isa"
43
42##include "blockmem.isa"
43
44//Include the load/store and cas memory format
44// Include the load/store and cas memory format
45##include "swap.isa"
45##include "swap.isa"