Mesa (main): pan/bi: Remove FRSCALE from IR

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 21 22:55:23 UTC 2022


Module: Mesa
Branch: main
Commit: 6792b15971fd9786ac18833242fd6b53c3b40d74
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6792b15971fd9786ac18833242fd6b53c3b40d74

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Fri Jun 17 11:35:41 2022 -0400

pan/bi: Remove FRSCALE from IR

It's just LDEXP in different clothing.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17101>

---

 src/panfrost/bifrost/ISA.xml | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml
index 5f6cd2ca017..5456153f5e2 100644
--- a/src/panfrost/bifrost/ISA.xml
+++ b/src/panfrost/bifrost/ISA.xml
@@ -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"/>



More information about the mesa-commit mailing list