Go to the documentation of this file.
29 #ifndef __CPU_PRED_BTB_HH__
30 #define __CPU_PRED_BTB_HH__
32 #include "arch/pcstate.hh"
35 #include "config/the_isa.hh"
40 namespace branch_prediction
140 #endif // __CPU_PRED_BTB_HH__
bool valid
Whether or not the entry is valid.
ThreadID tid
The entry's thread id.
unsigned tagBits
The number of tag bits per entry.
unsigned tagMask
The tag mask.
unsigned instShiftAmt
Number of bits to shift PC when calculating index.
void update(Addr instPC, const TheISA::PCState &targetPC, ThreadID tid)
Updates the BTB with the target of a branch.
DefaultBTB(unsigned numEntries, unsigned tagBits, unsigned instShiftAmt, unsigned numThreads)
Creates a BTB with the given number of entries, number of bits per tag, and instruction offset amount...
GenericISA::DelaySlotPCState< 4 > PCState
unsigned log2NumThreads
Log2 NumThreads used for hashing threadid.
TheISA::PCState lookup(Addr instPC, ThreadID tid)
Looks up an address in the BTB.
TheISA::PCState target
The entry's target.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
Addr getTag(Addr instPC)
Returns the tag bits of a given address.
unsigned getIndex(Addr instPC, ThreadID tid)
Returns the index into the BTB, based on the branch's PC.
unsigned numEntries
The number of entries in the BTB.
std::vector< BTBEntry > btb
The actual BTB.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
unsigned tagShiftAmt
Number of bits to shift PC when calculating tag.
bool valid(Addr instPC, ThreadID tid)
Checks if a branch is in the BTB.
int16_t ThreadID
Thread index/ID type.
unsigned idxMask
The index mask.
Generated on Tue Sep 7 2021 14:53:44 for gem5 by doxygen 1.8.17