X86: Add ext and cc fields to FP microops
Review Request #1152 - Created April 16, 2012 and discarded
| 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.
Review request changed
Updated (April 21, 2012, 6:15 a.m.)
Summary: |
|
|||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description: |
|
|||||||||||||||||||||||||||||||||||||||
Diff: |
Revision 2 (+11 -7) |
Posted (April 21, 2012, 1:10 p.m.)
The fp microops are pretty underdeveloped, but my impression was that there wasn't a lot of partial updating of the FP condition codes, and that would make this unnecessary. Could you please check how they're updated and report back? If setting the flags are optional but an all or nothing sort of thing, we don't need to add this code.
