static_inst.cc (3271:4a871cbe6d84) static_inst.cc (4167:ce5d0f62f13b)
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;

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

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#include "cpu/static_inst.hh"
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;

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

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#include "cpu/static_inst.hh"
34#include "sim/root.hh"
34#include "sim/core.hh"
35
36StaticInstPtr StaticInst::nullStaticInstPtr;
37
38// Define the decode cache hash map.
39StaticInst::DecodeCache StaticInst::decodeCache;
40
41void
42StaticInst::dumpDecodeCacheStats()

--- 42 unchanged lines hidden ---
35
36StaticInstPtr StaticInst::nullStaticInstPtr;
37
38// Define the decode cache hash map.
39StaticInst::DecodeCache StaticInst::decodeCache;
40
41void
42StaticInst::dumpDecodeCacheStats()

--- 42 unchanged lines hidden ---