pan/bi: Move some print routines out of the disasm
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Tue, 3 Mar 2020 20:39:04 +0000 (15:39 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 5 Mar 2020 14:35:38 +0000 (14:35 +0000)
commit5f7a3ba872c90afc251035f24f7fc7faf6498fe3
treebd712957d12ee38b50c86f56e4f329334af74d9f
parent8ec671801a8decdd5c733f2fec53726d34666a0b
pan/bi: Move some print routines out of the disasm

These are generally useful for debug of the compiler IR even prior to
code emit; let's share these.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
src/panfrost/Makefile.sources
src/panfrost/bifrost/bi_print.c [new file with mode: 0644]
src/panfrost/bifrost/bi_print.h [new file with mode: 0644]
src/panfrost/bifrost/bifrost.h
src/panfrost/bifrost/disassemble.c
src/panfrost/bifrost/meson.build