pan/bi: Add MUL.i32 to disasm

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5260>
This commit is contained in:
Alyssa Rosenzweig 2020-05-05 16:15:44 -04:00 committed by Marge Bot
parent ec8665615f
commit 4096be05af

View file

@ -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 },
};