rename.hh (7813:7338bc628489) rename.hh (7897:d9e8b1fd1a9f)
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;

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

465 Stats::Scalar renameLSQFullEvents;
466 /** Stat for total number of times that rename runs out of free registers
467 * to use to rename. */
468 Stats::Scalar renameFullRegistersEvents;
469 /** Stat for total number of renamed destination registers. */
470 Stats::Scalar renameRenamedOperands;
471 /** Stat for total number of source register rename lookups. */
472 Stats::Scalar renameRenameLookups;
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;

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

465 Stats::Scalar renameLSQFullEvents;
466 /** Stat for total number of times that rename runs out of free registers
467 * to use to rename. */
468 Stats::Scalar renameFullRegistersEvents;
469 /** Stat for total number of renamed destination registers. */
470 Stats::Scalar renameRenamedOperands;
471 /** Stat for total number of source register rename lookups. */
472 Stats::Scalar renameRenameLookups;
473 Stats::Scalar intRenameLookups;
474 Stats::Scalar fpRenameLookups;
473 /** Stat for total number of committed renaming mappings. */
474 Stats::Scalar renameCommittedMaps;
475 /** Stat for total number of mappings that were undone due to a squash. */
476 Stats::Scalar renameUndoneMaps;
477 /** Number of serialize instructions handled. */
478 Stats::Scalar renamedSerializing;
479 /** Number of instructions marked as temporarily serializing. */
480 Stats::Scalar renamedTempSerializing;
481 /** Number of instructions inserted into skid buffers. */
482 Stats::Scalar renameSkidInsts;
483};
484
485#endif // __CPU_O3_RENAME_HH__
475 /** Stat for total number of committed renaming mappings. */
476 Stats::Scalar renameCommittedMaps;
477 /** Stat for total number of mappings that were undone due to a squash. */
478 Stats::Scalar renameUndoneMaps;
479 /** Number of serialize instructions handled. */
480 Stats::Scalar renamedSerializing;
481 /** Number of instructions marked as temporarily serializing. */
482 Stats::Scalar renamedTempSerializing;
483 /** Number of instructions inserted into skid buffers. */
484 Stats::Scalar renameSkidInsts;
485};
486
487#endif // __CPU_O3_RENAME_HH__