From: Alyssa Rosenzweig Date: Fri, 17 Jun 2022 15:53:53 +0000 (-0400) Subject: pan/bi: Model MKVEC.v2i8 X-Git-Tag: upstream/22.3.5~7091 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2833d0472af6ee29f25e863e765d85cadc33ad0a;p=platform%2Fupstream%2Fmesa.git 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 Part-of: --- diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index 5456153..85ec0b2 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8817,6 +8817,24 @@ + + + + + + b0 + b1 + b2 + b3 + + + b0 + b1 + b2 + b3 + + +