base.cc (10537:47fe87b0cf97) base.cc (10643:43e80296995d)
1/*
2 * Copyright (c) 2011-2012 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

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

371 if (!inst->isMicroop() || inst->isLastMicroop())
372 ppRetiredInsts->notify(1);
373
374
375 if (inst->isLoad())
376 ppRetiredLoads->notify(1);
377
378 if (inst->isStore())
1/*
2 * Copyright (c) 2011-2012 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

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

371 if (!inst->isMicroop() || inst->isLastMicroop())
372 ppRetiredInsts->notify(1);
373
374
375 if (inst->isLoad())
376 ppRetiredLoads->notify(1);
377
378 if (inst->isStore())
379 ppRetiredLoads->notify(1);
379 ppRetiredStores->notify(1);
380
381 if (inst->isControl())
382 ppRetiredBranches->notify(1);
383}
384
385void
386BaseCPU::regStats()
387{

--- 350 unchanged lines hidden ---
380
381 if (inst->isControl())
382 ppRetiredBranches->notify(1);
383}
384
385void
386BaseCPU::regStats()
387{

--- 350 unchanged lines hidden ---