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

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

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
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;

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

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
418 /** Whether or not rename needs to resume clearing out the skidbuffer
419 * after squashing. */
420 bool resumeUnblocking;
421
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 ---
422 /** The number of threads active in rename. */
423 unsigned numThreads;
424
425 /** The maximum skid buffer size. */
426 unsigned skidBufferMax;
427
428 PhysRegIndex maxPhysicalRegs;
429

--- 57 unchanged lines hidden ---