inst_queue.hh (10511:e57f5bffc553) inst_queue.hh (12110:c24ee249b8ba)
1/*
2 * Copyright (c) 2011-2012, 2014 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

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

538 /** Number of times the FU was busy per instruction issued. */
539 Stats::Formula fuBusyRate;
540 public:
541 Stats::Scalar intInstQueueReads;
542 Stats::Scalar intInstQueueWrites;
543 Stats::Scalar intInstQueueWakeupAccesses;
544 Stats::Scalar fpInstQueueReads;
545 Stats::Scalar fpInstQueueWrites;
1/*
2 * Copyright (c) 2011-2012, 2014 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

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

538 /** Number of times the FU was busy per instruction issued. */
539 Stats::Formula fuBusyRate;
540 public:
541 Stats::Scalar intInstQueueReads;
542 Stats::Scalar intInstQueueWrites;
543 Stats::Scalar intInstQueueWakeupAccesses;
544 Stats::Scalar fpInstQueueReads;
545 Stats::Scalar fpInstQueueWrites;
546 Stats::Scalar fpInstQueueWakeupQccesses;
546 Stats::Scalar fpInstQueueWakeupAccesses;
547 Stats::Scalar vecInstQueueReads;
548 Stats::Scalar vecInstQueueWrites;
549 Stats::Scalar vecInstQueueWakeupAccesses;
547
548 Stats::Scalar intAluAccesses;
549 Stats::Scalar fpAluAccesses;
550
551 Stats::Scalar intAluAccesses;
552 Stats::Scalar fpAluAccesses;
553 Stats::Scalar vecAluAccesses;
550};
551
552#endif //__CPU_O3_INST_QUEUE_HH__
554};
555
556#endif //__CPU_O3_INST_QUEUE_HH__