From 62147d41264178ba7b392c932e3c7795402c053e Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 21 Jul 2021 20:14:14 -0400 Subject: [PATCH] pan/bi: Model *ADD_IMM instructions in IR Needed for Valhall. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/ISA.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index 8db5ae0..ac91480 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8235,4 +8235,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.7.4