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

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

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

--- 187 unchanged lines hidden ---