i965: Fix support for disassembling 64-bit integer immediates
authorMatt Turner <mattst88@gmail.com>
Thu, 21 Sep 2017 20:52:28 +0000 (13:52 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 Oct 2017 21:08:54 +0000 (14:08 -0700)
commit6db5ec7debd283db0c4e9582f07340efa8e94f66
treebb9d088cde545259c3a08d3aabde8b6889eab5ae
parent7e88f934697fd4ce05093c077b5f11454e377ed0
i965: Fix support for disassembling 64-bit integer immediates

The type suffixes were wrong, and the 16 was missing the 0 prefix.

Fixes: 92f787ff86ab ("i965: Add support for disassembling 64-bit integer immediates")
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_disasm.c