fetch2.hh (13632:483aaa00c69c) fetch2.hh (13652:45d94ac03a27)
1/*
2 * Copyright (c) 2013-2014 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

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

166 ThreadID threadPriority;
167
168 /** Stats */
169 Stats::Scalar intInstructions;
170 Stats::Scalar fpInstructions;
171 Stats::Scalar vecInstructions;
172 Stats::Scalar loadInstructions;
173 Stats::Scalar storeInstructions;
1/*
2 * Copyright (c) 2013-2014 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

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

166 ThreadID threadPriority;
167
168 /** Stats */
169 Stats::Scalar intInstructions;
170 Stats::Scalar fpInstructions;
171 Stats::Scalar vecInstructions;
172 Stats::Scalar loadInstructions;
173 Stats::Scalar storeInstructions;
174 Stats::Scalar amoInstructions;
174
175 public:
176 /** Dump the whole contents of the input buffer. Useful after a
177 * prediction changes control flow */
178 void dumpAllInput(ThreadID tid);
179
180 protected:
181 /** Get a piece of data to work on from the inputBuffer, or 0 if there

--- 46 unchanged lines hidden ---
175
176 public:
177 /** Dump the whole contents of the input buffer. Useful after a
178 * prediction changes control flow */
179 void dumpAllInput(ThreadID tid);
180
181 protected:
182 /** Get a piece of data to work on from the inputBuffer, or 0 if there

--- 46 unchanged lines hidden ---