intel/compiler: Print quad value in hex format
authorSagar Ghuge <sagar.ghuge@intel.com>
Sun, 24 Mar 2019 03:02:54 +0000 (20:02 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 7 May 2019 21:33:48 +0000 (14:33 -0700)
commit5211159b5b469409ac9c6d8b52535c5bb544c508
tree91205b1e79cd1a9b22e6b5b71fa2cfd9a51e572b
parent4e828bb48abf12d43c2b4a373b4b2125c90ea152
intel/compiler: Print quad value in hex format

Print quad value same as unsigned quad so that we can distinguish in
between quater control disassembled values for e.g 1/2/3[Q] and
immediate quad value for e.g 1Q. This allows round-tripping through the
assembler/disassembler.

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/compiler/brw_disasm.c