freedreno/ir3: Add a note about the instructions in the disasm test.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5815>
This commit is contained in:
Eric Anholt 2020-07-08 16:37:55 -07:00 committed by Marge Bot
parent 4ab3a219cc
commit ed3338f581
1 changed files with 9 additions and 0 deletions

View File

@ -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 <stdio.h>
#include <stdlib.h>
#include <string.h>