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

/gem5/ext/dsent/model/electrical/
H A DBarrelShifter.cc71 unsigned int shift_index_min = getParameter("ShiftIndexMin"); local
203 unsigned int shift_index_min = getParameter("ShiftIndexMin"); local
[all...]
/gem5/ext/dsent/model/optical/
H A DOpticalLinkBackendRx.cc139 unsigned int shift_index_min = (unsigned int)ceil(log2(deserialization_ratio)); local
214 unsigned int shift_index_min = getGenProperties()->get("ShiftIndexMin"); local
H A DOpticalLinkBackendTx.cc126 unsigned int shift_index_min = (unsigned int)ceil(log2(serialization_ratio)); local
207 unsigned int shift_index_min = getGenProperties()->get("ShiftIndexMin").toUInt(); local

Completed in 12 milliseconds