rename.hh (2935:d1223a6c9156) rename.hh (3125:febd811bccc6)
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;

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

412 bool blockThisCycle;
413
414 /** The number of threads active in rename. */
415 unsigned numThreads;
416
417 /** The maximum skid buffer size. */
418 unsigned skidBufferMax;
419
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;

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

412 bool blockThisCycle;
413
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
420 /** Enum to record the source of a structure full stall. Can come from
421 * either ROB, IQ, LSQ, and it is priortized in that order.
422 */
423 enum FullSource {
424 ROB,
425 IQ,
426 LSQ,
427 NONE

--- 49 unchanged lines hidden ---
422 /** Enum to record the source of a structure full stall. Can come from
423 * either ROB, IQ, LSQ, and it is priortized in that order.
424 */
425 enum FullSource {
426 ROB,
427 IQ,
428 LSQ,
429 NONE

--- 49 unchanged lines hidden ---