X86: Add ext and cc fields to FP microops
Review Request #1152 - Created April 16, 2012 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 8960:5752699105b1 --------------------------- X86: Add ext and cc fields to FP microops The cc and ext fields in integer microops hold the flags the microop is going to read and write respectively. These fields are being provided in FP microops. Later on this would help in deciding at run time whether or not certain flags need to be read or written. Currently these are set to 0.
