freedreno/ir3: Add a unit test for our disassembler.
authorEric Anholt <eric@anholt.net>
Thu, 23 Apr 2020 19:01:04 +0000 (12:01 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 27 Apr 2020 19:35:00 +0000 (19:35 +0000)
commit1462b00391711ff86350e802c1a3e5075a3a1632
tree20938f5090e62b3b57bde9afd39ad31584bd8007
parent90984ba853297993221027c49ce31959c1634790
freedreno/ir3: Add a unit test for our disassembler.

Makes sure that we can maintain consistent output from our disassembly as
we refactor.  I've only included stuff that matches qcom's disasm so far.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4736>
src/freedreno/ir3/meson.build
src/freedreno/ir3/tests/disasm.c [new file with mode: 0644]