From: Eric Anholt Date: Wed, 8 Jul 2020 23:37:55 +0000 (-0700) Subject: freedreno/ir3: Add a note about the instructions in the disasm test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed3338f581e757b89b2f0015683f90a4a06640ef;p=mesa.git freedreno/ir3: Add a note about the instructions in the disasm test. Part-of: --- diff --git a/src/freedreno/ir3/tests/disasm.c b/src/freedreno/ir3/tests/disasm.c index 6899471b448..7e3d1df2a40 100644 --- a/src/freedreno/ir3/tests/disasm.c +++ b/src/freedreno/ir3/tests/disasm.c @@ -22,6 +22,15 @@ * IN THE SOFTWARE. */ +/* Unit test for disassembly of instructions. + * + * The goal is to take instructions we've seen the blob produce, and test that + * we can disassemble them correctly. For the next person investigating the + * behavior of this instruction, please include the testcase it was generated + * from, and the qcom disassembly as a comment if it differs from what we + * produce. + */ + #include #include #include