pan/bi: Remove FRSCALE from IR

It's just LDEXP in different clothing.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17101>
This commit is contained in:
Alyssa Rosenzweig 2022-06-17 11:35:41 -04:00 committed by Marge Bot
parent 21bedd2c97
commit 6792b15971
1 changed files with 0 additions and 30 deletions

View File

@ -8342,36 +8342,6 @@
<immediate name="index" size="32"/>
</ins>
<ins name="+FRSCALE.f32" pseudo="true">
<src start="0"/>
<src start="3"/>
<mod name="clamp" size="2">
<opt>none</opt>
<opt>clamp_0_inf</opt>
<opt>clamp_m1_1</opt>
<opt>clamp_0_1</opt>
</mod>
<mod name="neg0" size="1" opt="neg"/>
<mod name="neg1" size="1" opt="neg"/>
<mod name="abs0" start="15" size="1" opt="abs"/>
<mod name="abs1" start="15" size="1" opt="abs"/>
</ins>
<ins name="+FRSCALE.v2f16" pseudo="true">
<src start="0"/>
<src start="3"/>
<mod name="clamp" size="2">
<opt>none</opt>
<opt>clamp_0_inf</opt>
<opt>clamp_m1_1</opt>
<opt>clamp_0_1</opt>
</mod>
<mod name="neg0" size="1" opt="neg"/>
<mod name="neg1" size="1" opt="neg"/>
<mod name="abs0" start="15" size="1" opt="abs"/>
<mod name="abs1" start="15" size="1" opt="abs"/>
</ins>
<ins name="*FABSNEG.f32" pseudo="true">
<src start="0" mask="0xfb"/>
<mod name="neg0" start="7" size="1" opt="neg"/>