From a38f7ea125724ed9b978becd8d1d6b36360ff657 Mon Sep 17 00:00:00 2001 From: Job Noorman Date: Thu, 1 Feb 2024 14:51:07 +0100 Subject: [PATCH] ir3: add disassembly for flat.b Signed-off-by: Job Noorman Part-of: --- src/freedreno/ir3/disasm-a3xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/ir3/disasm-a3xx.c b/src/freedreno/ir3/disasm-a3xx.c index ebd406618ad..10fbbd8fdc6 100644 --- a/src/freedreno/ir3/disasm-a3xx.c +++ b/src/freedreno/ir3/disasm-a3xx.c @@ -244,6 +244,7 @@ static const struct opc_info { OPC(2, OPC_CBITS_B, cbits.b), OPC(2, OPC_SHB, shb), OPC(2, OPC_MSAD, msad), + OPC(2, OPC_FLAT_B, flat.b), /* category 3: */ OPC(3, OPC_MAD_U16, mad.u16),