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

/gem5/src/cpu/pred/
H A Dtage_base.hh85 unsigned comp; member in struct:TAGEBase::FoldedHistory
93 comp = 0;
105 comp = (comp << 1) | h[0];
106 comp ^= h[origLength] << outpoint;
107 comp ^= (comp >> compLength);
108 comp &= (ULL(1) << compLength) - 1;
H A Dtage_sc_l_8KB.cc173 int tag = (threadHistory[tid].computeIndices[bank - 1].comp << 2) ^ pc ^
175 threadHistory[tid].computeIndices[bank].comp;
181 tag ^= threadHistory[tid].computeTags[0][bank].comp ^
182 (threadHistory[tid].computeTags[1][bank].comp << 1);
H A Dtage_base.cc191 tHist.computeIndices[i].comp = bi->ci[i];
192 tHist.computeTags[0][i].comp = bi->ct0[i];
193 tHist.computeTags[1][i].comp = bi->ct1[i];
234 threadHistory[tid].computeIndices[bank].comp ^
246 threadHistory[tid].computeTags[0][bank].comp ^
247 (threadHistory[tid].computeTags[1][bank].comp << 1);
608 bi->ci[i] = tHist.computeIndices[i].comp;
609 bi->ct0[i] = tHist.computeTags[0][i].comp;
610 bi->ct1[i] = tHist.computeTags[1][i].comp;
640 tHist.computeIndices[i].comp
[all...]
H A Dtage_sc_l_64KB.cc209 int tag = pc ^ threadHistory[tid].computeTags[0][bank].comp ^
210 (threadHistory[tid].computeTags[1][bank].comp << 1);
H A Dtage_sc_l.cc190 threadHistory[tid].computeIndices[bank].comp ^
/gem5/ext/sst/
H A DExtSlave.cc58 comp(g5c), out(out), simPhase(CONSTRUCTION), initPackets(NULL),
59 link(comp->configureLink(name, new Event::Handler<ExtSlave>(this,
90 MemEvent* ev = new MemEvent(comp, a, a, GetX);
115 auto ev = new MemEvent(comp, pkt->getAddr(), pkt->getAddr(), cmd);
H A DExtSlave.hh88 gem5Component *comp; member in class:SST::gem5::ExtSlave

Completed in 15 milliseconds