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

/gem5/ext/drampower/src/
H A DCmdScheduler.cc628 uint64_t colShift = uintLog2(BC * burstLength) + local
630 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift;
631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength));
640 uint64_t colShift = (uintLog2(BC * burstLength) + ((BI > 1) ? uintLog2(BI) : 0)); local
641 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift;
642 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(BC * burstLength));

Completed in 3 milliseconds