pan/bi: Model MKVEC.v2i8

Valhall does not have Bifrost's 4-source MKVEC.v4i8. Instead, it has a (somewhat
limtied) 3-source MKVEC.v2i8. The full MKVEC.v4i8 may be lowered to a pair of
MKVEC.v2i8 instructions.

For good code quality on both Bifrost and Valhall, we need to model both
instructions in their full generality.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17101>
This commit is contained in:
Alyssa Rosenzweig 2022-06-17 11:53:53 -04:00 committed by Marge Bot
parent 6792b15971
commit 2833d0472a
1 changed files with 18 additions and 0 deletions

View File

@ -8817,6 +8817,24 @@
</mod>
</ins>
<ins name="*MKVEC.v2i8" pseudo="true">
<src start="0"/>
<src start="3"/>
<src start="6"/>
<mod name="lane0" start="12" size="2" default="b0">
<opt>b0</opt>
<opt>b1</opt>
<opt>b2</opt>
<opt>b3</opt>
</mod>
<mod name="lane1" start="13" size="2" default="b0">
<opt>b0</opt>
<opt>b1</opt>
<opt>b2</opt>
<opt>b3</opt>
</mod>
</ins>
<ins name="+COLLECT.i32" pseudo="true"/>
<ins name="+SPLIT.i32" pseudo="true">