ir3/isa: fix isaspec for sad.s32

FULL should be true here. Also tested in computerator and the comment
about uncertainty can be removed.

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32501>
This commit is contained in:
Job Noorman
2024-12-11 13:40:25 +01:00
committed by Marge Bot
parent 943f666b69
commit 49c7a22ac8
+1 -1
View File
@@ -288,7 +288,7 @@ SOFTWARE.
<bitset name="sad.s32" extends="#instruction-cat3">
<pattern low="55" high="58">1111</pattern> <!-- OPC -->
<derived name="FULL" expr="#false" type="bool"/> <!-- We think? -->
<derived name="FULL" expr="#true" type="bool"/>
</bitset>
<bitset name="shrm" extends="#instruction-cat3-alt">