X86: Split Condition Code register
Review Request #1166 - Created April 27, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9010:4442a38b1a6a --------------------------- X86: Split Condition Code register This patch moves the ECF and EZF bits to individual registers (ecfBit and ezfBit) and the CF and OF bits to cfofFlag registers. Ultimately we will have the following registers [ZAPS], [OF], [CF], [ECF], [EZF] and [DF].
Boots Linux with atomic cpu.
