9da627fd6d
Instead of using Python hex() to print the result, print the result in the same format as the disassembler for easy visual comparison. This means we don't need to reprint the expectation. This gives output like: 7c 7d 11 33 04 80 66 00 LD_ATTR_IMM.v4.f16.slot0 @r0:r1, `r60, `r61, index:0x1 7c 7d 10 33 04 80 66 00 Incorrect assembly Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14065>