Searched defs:shift_index_max (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/model/electrical/
H A DBarrelShifter.cc72 unsigned int shift_index_max = getParameter("ShiftIndexMax"); local
204 unsigned int shift_index_max = getParameter("ShiftIndexMax"); local
[all...]
/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc140 unsigned int shift_index_max = std::max(shift_index_min, (unsigned int) ceil(log2(out_bits)) - 1); local
215 unsigned int shift_index_max = getGenProperties()->get("ShiftIndexMax"); local
H A DOpticalLinkBackendTx.cc127 unsigned int shift_index_max = std::max(shift_index_min, (unsigned int) ceil(log2(in_bits)) - 1); local
208 unsigned int shift_index_max = getGenProperties()->get("ShiftIndexMax").toUInt(); local

Completed in 9 milliseconds