static_inst.cc (7823:dac01f14f20f) static_inst.cc (8229:78bf55f23338)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Steve Reinhardt
29 * Nathan Binkert
30 */
31
32#include <iostream>
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Steve Reinhardt
29 * Nathan Binkert
30 */
31
32#include <iostream>
33
33#include "cpu/static_inst.hh"
34#include "sim/core.hh"
35
36StaticInstPtr StaticInst::nullStaticInstPtr;
37
38// Define the decode cache hash map.
39StaticInst::DecodeCache StaticInst::decodeCache;
40StaticInst::AddrDecodeCache StaticInst::addrDecodeCache;

--- 77 unchanged lines hidden ---
34#include "cpu/static_inst.hh"
35#include "sim/core.hh"
36
37StaticInstPtr StaticInst::nullStaticInstPtr;
38
39// Define the decode cache hash map.
40StaticInst::DecodeCache StaticInst::decodeCache;
41StaticInst::AddrDecodeCache StaticInst::addrDecodeCache;

--- 77 unchanged lines hidden ---