mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
ec8665615f
commit
4096be05af
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue