pan/bi: Fix ARSHIFT definitions
src1 exists, and must be set to ZERO. If we don't add this source, lane2 refers to src2 which does not exists. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7472>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
<ins name="*ARSHIFT.i32" mask="0x7ff838" exact="0x335018">
|
||||
<src start="0" mask="0xfb"/>
|
||||
<src start="3" mask="0x8"/>
|
||||
<src start="6"/>
|
||||
<mod name="lane2" start="9" size="2" default="b0">
|
||||
<opt>b0</opt>
|
||||
@@ -36,6 +37,7 @@
|
||||
|
||||
<ins name="*ARSHIFT.v2i16">
|
||||
<src start="0" mask="0xfb"/>
|
||||
<src start="3" mask="0x8"/>
|
||||
<src start="6"/>
|
||||
<mod name="lanes2" size="3" default="b02">
|
||||
<opt>b00</opt>
|
||||
@@ -77,6 +79,7 @@
|
||||
|
||||
<ins name="*ARSHIFT.v4i8">
|
||||
<src start="0" mask="0xfb"/>
|
||||
<src start="3" mask="0x8"/>
|
||||
<src start="6"/>
|
||||
<mod name="lanes2" size="3" default="b0123">
|
||||
<opt>b0123</opt>
|
||||
|
||||
Reference in New Issue
Block a user