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>
This commit is contained in:
Benjamin Lee 2025-02-21 22:43:48 -08:00 committed by Marge Bot
parent 810351ad03
commit 2a70665df7

View file

@ -1839,7 +1839,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 -->