From eba9ef4c2529fc88ed5bdf88a5b22d6f13e73faa Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 7 Dec 2021 18:55:57 -0500 Subject: [PATCH] pan/bi: Add LD_VAR_BUF_IMM.f16/f32 instructions For use on Valhall with memory-allocated IDVS jobs. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/ISA.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index fb26ab6..20018ba 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8505,4 +8505,64 @@ + + + + + none + v2 + v3 + v4 + + + store + retrieve + conditional + clobber + + + f32 + f16 + u32 + u16 + + + center + centroid + sample + explicit + none + + + + + + + + none + v2 + v3 + v4 + + + store + retrieve + conditional + clobber + + + f32 + f16 + u32 + u16 + + + center + centroid + sample + explicit + none + + + -- 2.7.4