base_dyn_inst.hh (5714:76abee886def) base_dyn_inst.hh (5737:f43dbc09fad3)
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

253 /** Predicted next microPC */
254 Addr predMicroPC;
255
256 /** If this is a branch that was predicted taken */
257 bool predTaken;
258
259 public:
260
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

253 /** Predicted next microPC */
254 Addr predMicroPC;
255
256 /** If this is a branch that was predicted taken */
257 bool predTaken;
258
259 public:
260
261 /** Count of total number of dynamic instructions. */
262 static int instcount;
263
264#ifdef DEBUG
265 void dumpSNList();
266#endif
267
268 /** Whether or not the source register is ready.
269 * @todo: Not sure this should be here vs the derived class.
270 */
271 bool _readySrcRegIdx[MaxInstSrcRegs];

--- 734 unchanged lines hidden ---
261#ifdef DEBUG
262 void dumpSNList();
263#endif
264
265 /** Whether or not the source register is ready.
266 * @todo: Not sure this should be here vs the derived class.
267 */
268 bool _readySrcRegIdx[MaxInstSrcRegs];

--- 734 unchanged lines hidden ---