pan/bi: Disassemble pos=0xe
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 5 May 2020 20:15:36 +0000 (16:15 -0400)
committerMarge Bot <eric+marge@anholt.net>
Fri, 29 May 2020 20:34:55 +0000 (20:34 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5260>

src/panfrost/bifrost/disassemble.c

index b9ca762c90b0e76e8aad3a3cdfde594cbafc7b65..e90b7ca973fd6b3d71858bd9cd1e201328b8e311 100644 (file)
@@ -2024,6 +2024,9 @@ bool dump_clause(FILE *fp, uint32_t *words, unsigned *size, unsigned offset, boo
                                 case 0xd:
                                         const_idx = 4;
                                         break;
                                 case 0xd:
                                         const_idx = 4;
                                         break;
+                                case 0xe:
+                                        const_idx = 5;
+                                        break;
                                 default:
                                         fprintf(fp, "# unknown pos 0x%x\n", pos);
                                         break;
                                 default:
                                         fprintf(fp, "# unknown pos 0x%x\n", pos);
                                         break;