From 3dc2095b079f1ac890cbf6ca2f525841a2dab5ba Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 21 Jan 2022 14:03:35 -0500 Subject: [PATCH] pan/bi: Model LD_BUFFER instructions We'll use these to read from UBOs on Valhall. Signed-off-by: Alyssa Rosenzweig Part-of: --- src/panfrost/bifrost/ISA.xml | 72 ++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/src/panfrost/bifrost/ISA.xml b/src/panfrost/bifrost/ISA.xml index 9e26d1ff570..c61b4ace80e 100644 --- a/src/panfrost/bifrost/ISA.xml +++ b/src/panfrost/bifrost/ISA.xml @@ -8585,4 +8585,76 @@ + + + + + + + + + + h0 + h1 + w0 + d0 + + + none + sext + zext + + + + + + + + + + + + + + none + sext + zext + + + + + + + + + + + + + + + + + + b0 + b1 + b2 + b3 + h0 + h1 + w0 + d0 + + + none + sext + zext + + + + + + + +