rename.hh (3125:febd811bccc6) rename.hh (3788:5c804ea5cc48)
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;

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

406 /** The index of the instruction in the time buffer to IEW that rename is
407 * currently using.
408 */
409 unsigned toIEWIndex;
410
411 /** Whether or not rename needs to block this cycle. */
412 bool blockThisCycle;
413
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;

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

406 /** The index of the instruction in the time buffer to IEW that rename is
407 * currently using.
408 */
409 unsigned toIEWIndex;
410
411 /** Whether or not rename needs to block this cycle. */
412 bool blockThisCycle;
413
414 /** Whether or not rename needs to resume a serialize instruction
415 * after squashing. */
416 bool resumeSerialize;
417
414 /** The number of threads active in rename. */
415 unsigned numThreads;
416
417 /** The maximum skid buffer size. */
418 unsigned skidBufferMax;
419
420 PhysRegIndex maxPhysicalRegs;
421

--- 57 unchanged lines hidden ---
418 /** The number of threads active in rename. */
419 unsigned numThreads;
420
421 /** The maximum skid buffer size. */
422 unsigned skidBufferMax;
423
424 PhysRegIndex maxPhysicalRegs;
425

--- 57 unchanged lines hidden ---