aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/panfrost/bifrost/disassemble.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/disassemble.c b/src/panfrost/bifrost/disassemble.c
index e90b7ca973f..53654280d56 100644
--- a/src/panfrost/bifrost/disassemble.c
+++ b/src/panfrost/bifrost/disassemble.c
@@ -557,6 +557,7 @@ static const struct fma_op_info FMAOpInfos[] = {
{ true, 0x02000, "SWZ.XXXX.v4i8", FMA_ONE_SRC },
{ true, 0x03e00, "SWZ.ZZZZ.v4i8", FMA_ONE_SRC },
{ true, 0x00800, "IMAD", FMA_THREE_SRC },
+ { true, 0x07818, "MUL.i32", FMA_TWO_SRC },
{ true, 0x078db, "POPCNT", FMA_ONE_SRC },
};