summaryrefslogtreecommitdiff
path: root/src/cpu/reg_class.hh
AgeCommit message (Collapse)Author
2013-10-15cpu: clean up architectural register classificationSteve Reinhardt
Move from a poorly documented scheme where the mapping of unified architectural register indices to register classes is hardcoded all over to one where there's an enum for the register classes and a function that encapsulates the mapping.