intel/genxml: Use the same naming convention for Floating Point Mode.

In newer gens, this field has a prefix and the non-IEEEE-745 mode is called
"Alternate", instead of simply "Alt".

Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Rafael Antognolli 2017-06-13 16:50:08 -07:00
parent ce728594fd
commit 78b843af3c
1 changed files with 2 additions and 2 deletions

View File

@ -1409,9 +1409,9 @@
<field name="Thread Priority" start="81" end="81" type="uint">
<value name="High" value="1"/>
</field>
<field name="Floating Point Mode" start="80" end="80" type="uint">
<field name="Floating Point Mode" start="80" end="80" type="uint" prefix="FLOATING_POINT_MODE">
<value name="IEEE-745" value="0"/>
<value name="Alt" value="1"/>
<value name="Alternate" value="1"/>
</field>
<field name="Illegal Opcode Exception Enable" start="77" end="77" type="bool"/>
<field name="MaskStack Exception Enable" start="75" end="75" type="bool"/>