diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-04-14 12:34:42 -0400 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2020-04-17 16:25:34 -0400 |
commit | 40befaa96590bb8ce93af6c6db50f054dd021ebe (patch) | |
tree | 2f44bd3139ed8c0be73d12d10e4307d7e1b5e4d8 | |
parent | 62c8c3445ed50b73ab3d40d63631cad64f084f12 (diff) |
pan/bi: Add FLOG2_U op to disassembler
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4615>
-rw-r--r-- | src/panfrost/bifrost/disassemble.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/disassemble.c b/src/panfrost/bifrost/disassemble.c index fe5c2220e5e..3babcf621de 100644 --- a/src/panfrost/bifrost/disassemble.c +++ b/src/panfrost/bifrost/disassemble.c @@ -1040,6 +1040,7 @@ static const struct add_op_info add_op_infos[] = { { 0x0cbb8, "ST_SCRATCH.v3i32", ADD_TWO_SRC, true }, { 0x0cc00, "FRCP_FAST.f32", ADD_ONE_SRC }, { 0x0cc20, "FRSQ_FAST.f32", ADD_ONE_SRC }, + { 0x0cc68, "FLOG2_U.f32", ADD_ONE_SRC }, { 0x0ce00, "FRCP_TABLE", ADD_ONE_SRC }, { 0x0ce10, "FRCP_FAST.f16.X", ADD_ONE_SRC }, { 0x0ce20, "FRSQ_TABLE", ADD_ONE_SRC }, |