Searched refs:lindex (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/pred/
H A Dloop_predictor.hh150 int lindex(Addr pc_in, unsigned instShiftAmt) const;
156 * @param index Result of lindex function
160 int finallindex(int lindex, int lowPcBits, int way) const;
H A Dloop_predictor.cc87 LoopPredictor::lindex(Addr pc_in, unsigned instShiftAmt) const function in class:LoopPredictor
118 bi->loopIndex = lindex(pc, instShiftAmt);

Completed in 6 milliseconds