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

/gem5/src/cpu/
H A Dreg_class.hh231 PhysRegIndex flatIdx; member in class:PhysRegId
236 explicit PhysRegId() : RegId(IntRegClass, -1), flatIdx(-1),
243 : RegId(_regClass, _regIdx), flatIdx(_flatIdx),
250 : RegId(_regClass, _regIdx, elem_idx), flatIdx(flat_idx),
311 const PhysRegIndex& flatIndex() const { return flatIdx; }

Completed in 12 milliseconds