From 74107abfc665d8713cbdd5a5accba4f3983c72c3 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 1 Mar 2022 15:14:13 -0500 Subject: [PATCH] pan/bi: Add BRANCHZI instruction Technically this is just JUMP on Valhall, but the semantic is an indirect branch based on comparing with zero. It can also be used as a conservative branch (like BRANCHC), but this isn't modeled. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/ISA.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index c61b4ac..08471a8 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8657,4 +8657,13 @@ + + + + + eq + ne + + + -- 2.7.4