Deleted Added
sdiff udiff text old ( 9608:e2b6b86fda03 ) new ( 9919:803903a8dac1 )
full compact
1/*
2 * Copyright (c) 2011-2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating
9 * to a hardware implementation of the functionality of the software
10 * licensed hereunder. You may use the software subject to the license
11 * terms below provided that you ensure that this notice is replicated

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

651
652 /** The issue/execute/writeback stages. */
653 typename CPUPolicy::IEW iew;
654
655 /** The commit stage. */
656 typename CPUPolicy::Commit commit;
657
658 /** The register file. */
659 PhysRegFile regFile;
660
661 /** The free list. */
662 typename CPUPolicy::FreeList freeList;
663
664 /** The rename map. */
665 typename CPUPolicy::RenameMap renameMap[Impl::MaxThreads];
666
667 /** The commit rename map. */

--- 187 unchanged lines hidden ---