gem5 v24.0.0.0
|
Holds the information for each destination register rename. More...
Public Member Functions | |
RenameHistory (InstSeqNum _instSeqNum, const RegId &_archReg, PhysRegIdPtr _newPhysReg, PhysRegIdPtr _prevPhysReg) | |
Public Attributes | |
InstSeqNum | instSeqNum |
The sequence number of the instruction that renamed. | |
RegId | archReg |
The architectural register index that was renamed. | |
PhysRegIdPtr | newPhysReg |
The new physical register that the arch. | |
PhysRegIdPtr | prevPhysReg |
The old physical register that the arch. | |
Holds the information for each destination register rename.
It holds the instruction's sequence number, the arch register, the old physical register for that arch. register, and the new physical register.
|
inline |
RegId gem5::o3::Rename::RenameHistory::archReg |
InstSeqNum gem5::o3::Rename::RenameHistory::instSeqNum |
PhysRegIdPtr gem5::o3::Rename::RenameHistory::newPhysReg |
PhysRegIdPtr gem5::o3::Rename::RenameHistory::prevPhysReg |