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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user