iew_impl.hh (8733:64a7bf8fa56c) iew_impl.hh (8737:770ccf3af571)
1/*
2 * Copyright (c) 2010-2011 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

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

407 // Reset all state.
408 _status = Active;
409 exeStatus = Running;
410 wbStatus = Idle;
411 switchedOut = false;
412
413 instQueue.takeOverFrom();
414 ldstQueue.takeOverFrom();
1/*
2 * Copyright (c) 2010-2011 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

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

407 // Reset all state.
408 _status = Active;
409 exeStatus = Running;
410 wbStatus = Idle;
411 switchedOut = false;
412
413 instQueue.takeOverFrom();
414 ldstQueue.takeOverFrom();
415 fuPool->takeOverFrom();
415 fuPool->takeOver();
416
417 initStage();
418 cpu->activityThisCycle();
419
420 for (ThreadID tid = 0; tid < numThreads; tid++) {
421 dispatchStatus[tid] = Running;
422 stalls[tid].commit = false;
423 fetchRedirect[tid] = false;

--- 1263 unchanged lines hidden ---
416
417 initStage();
418 cpu->activityThisCycle();
419
420 for (ThreadID tid = 0; tid < numThreads; tid++) {
421 dispatchStatus[tid] = Running;
422 stalls[tid].commit = false;
423 fetchRedirect[tid] = false;

--- 1263 unchanged lines hidden ---