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

/gem5/src/cpu/
H A Dreg_class.hh363 const size_t class_num = static_cast<size_t>(reg_id.regClass); local
365 const size_t shifted_class_num = class_num << (sizeof(RegIndex) << 3);
367 // Concatenate the class_num to the end of the flat_index, in order to
371 // If RegIndex is larger than size_t, then class_num will not be

Completed in 6 milliseconds