Go to the documentation of this file.
29 #ifndef __CPU_PRED_RAS_HH__
30 #define __CPU_PRED_RAS_HH__
34 #include "arch/pcstate.hh"
36 #include "config/the_isa.hh"
41 namespace branch_prediction
109 #endif // __CPU_PRED_RAS_HH__
void init(unsigned numEntries)
Initializes RAS with a specified number of entries.
std::vector< TheISA::PCState > addrStack
The RAS itself.
Return address stack class, implements a simple RAS.
void pop()
Pops the top address from the RAS.
void push(const TheISA::PCState &return_addr)
Pushes an address onto the RAS.
void restore(unsigned top_entry_idx, const TheISA::PCState &restored)
Changes index to the top of the RAS, and replaces the top address with a new target.
TheISA::PCState top()
Returns the top address on the RAS.
GenericISA::DelaySlotPCState< 4 > PCState
unsigned numEntries
The number of entries in the RAS.
ReturnAddrStack()
Creates a return address stack, but init() must be called prior to use.
unsigned topIdx()
Returns the index of the top of the RAS.
unsigned tos
The top of stack index.
unsigned usedEntries
The number of used entries in the RAS.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void incrTos()
Increments the top of stack index.
void decrTos()
Decrements the top of stack index.
Generated on Wed Jul 28 2021 12:10:24 for gem5 by doxygen 1.8.17