Searched refs:pc_in (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/pred/
H A Dloop_predictor.cc87 LoopPredictor::lindex(Addr pc_in, unsigned instShiftAmt) const argument
96 Addr pc = pc_in >> instShiftAmt;
98 pc ^= pc_in;
H A Dloop_predictor.hh147 * @param pc_in The unshifted branch PC.
150 int lindex(Addr pc_in, unsigned instShiftAmt) const;
H A Dtage_sc_l.hh104 int bindex(Addr pc_in) const override;
H A Dmultiperspective_perceptron_tage.hh72 int bindex(Addr pc_in) const override;
H A Dtage_base.hh187 * @param pc_in The unshifted branch PC.
189 virtual int bindex(Addr pc_in) const;
H A Dmultiperspective_perceptron_tage.cc161 MPP_TAGE::bindex(Addr pc_in) const
163 uint32_t pc = (uint32_t) pc_in;
H A Dtage_base.cc202 TAGEBase::bindex(Addr pc_in) const
204 return ((pc_in >> instShiftAmt) & ((ULL(1) << (logTagTableSizes[0])) - 1));

Completed in 20 milliseconds