pan/bi: Mark NOP as having no destinations
More accurate and more convenient. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15204>
This commit is contained in:
committed by
Marge Bot
parent
2604c65174
commit
e5582710f3
@@ -1986,7 +1986,7 @@
|
||||
<src start="0" mask="0xfb"/>
|
||||
</ins>
|
||||
|
||||
<ins name="*NOP" mask="0x7fffff" exact="0x701963"/>
|
||||
<ins name="*NOP" mask="0x7fffff" exact="0x701963" dests="0"/>
|
||||
|
||||
<ins name="*POPCOUNT.i32" mask="0x7ffff8" exact="0x73c6d8">
|
||||
<src start="0" mask="0xfb"/>
|
||||
@@ -7398,7 +7398,7 @@
|
||||
</mod>
|
||||
</ins>
|
||||
|
||||
<ins name="+NOP" mask="0xfffff" exact="0x3d964"/>
|
||||
<ins name="+NOP" mask="0xfffff" exact="0x3d964" dests="0"/>
|
||||
|
||||
<ins name="+QUIET.f32" mask="0xffff8" exact="0x3d970">
|
||||
<src start="0"/>
|
||||
|
||||
Reference in New Issue
Block a user