panfrost/va: remove swizzle mod from LDEXP

This instruction does not support swizzles. This information is not used
for anything, but will be if we use the instruction tables for
bi_lower_swizzle.

Signed-off-by: Benjamin Lee <benjamin.lee@collabora.com>
Fixes: 316486dd9f ("pan/va: Add initial ISA.xml for Valhall")
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Acked-by: Rebecca Mckeever <rebecca.mckeever@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33637>
(cherry picked from commit 2a70665df7)
This commit is contained in:
Benjamin Lee 2025-02-21 22:43:48 -08:00 committed by Eric Engestrom
parent f3ee6ed43c
commit 6248bc98c2
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
"description": "panfrost/va: remove swizzle mod from LDEXP",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "316486dd9f6bbd03e7e13655674f1fa91e533b9a",
"notes": null

View file

@ -1816,7 +1816,7 @@
handling differs from an actual floating-point multiply, so this should
not be used outside fixed instruction sequences.
</desc>
<src absneg="true" swizzle="true">A</src>
<src absneg="true">A</src>
<src/>
<roundmode/> <!-- Also has rtna -->
<!-- Also has infinity handling for arctan -->