arch/x86: add support for explicit CC register file
Review Request #1989 - Created Aug. 21, 2013 and submitted
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9852:5eb1f617fea1
---------------------------
arch/x86: add support for explicit CC register file
Convert condition code registers from being specialized
("pseudo") integer registers to using the recently
added CC register class.
Nilay Vaish also contributed to this patch.
-
src/cpu/o3/O3CPU.py (Diff revision 1) -
Does this mean that each int reg has a cc reg attached to it?
