From a9e3b679f1d73d2ae410c141a849534f8cf5bd94 Mon Sep 17 00:00:00 2001 From: Lars-Ivar Hesselberg Simonsen Date: Mon, 20 Oct 2025 14:46:48 +0200 Subject: [PATCH] pan/va: Add LEA_BUF Adds the non-immediate version of LEA_BUF_IMM. Reviewed-by: Erik Faye-Lund Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/compiler/valhall/ISA.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/panfrost/compiler/valhall/ISA.xml b/src/panfrost/compiler/valhall/ISA.xml index 0c1b5afca23..4d5e74893c4 100644 --- a/src/panfrost/compiler/valhall/ISA.xml +++ b/src/panfrost/compiler/valhall/ISA.xml @@ -1284,6 +1284,18 @@ Mode descriptor + + + + Load effective address of a buffer with an offset added. + + + + + Structure index + Mode descriptor + + Load effective address of a buffer with an immediate offset added.