rob.hh (13562:8fe39a3fc056) rob.hh (14016:265e8272c728)
1/*
2 * Copyright (c) 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

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

253 * double checking that variable.
254 */
255 int countInsts();
256
257 /** This is more of a debugging function than anything. Use
258 * threadEntries to get the instructions in the ROB unless you are
259 * double checking that variable.
260 */
1/*
2 * Copyright (c) 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

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

253 * double checking that variable.
254 */
255 int countInsts();
256
257 /** This is more of a debugging function than anything. Use
258 * threadEntries to get the instructions in the ROB unless you are
259 * double checking that variable.
260 */
261 int countInsts(ThreadID tid);
261 size_t countInsts(ThreadID tid);
262
263 /** Registers statistics. */
264 void regStats();
265
266 private:
267 /** Reset the ROB state */
268 void resetState();
269

--- 66 unchanged lines hidden ---
262
263 /** Registers statistics. */
264 void regStats();
265
266 private:
267 /** Reset the ROB state */
268 void resetState();
269

--- 66 unchanged lines hidden ---