i965: Add support for disassembling 64-bit integer immediates
authorMatt Turner <mattst88@gmail.com>
Tue, 25 Jul 2017 21:25:27 +0000 (14:25 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 21 Aug 2017 21:05:23 +0000 (14:05 -0700)
commit92f787ff86abc588939878f43fa898bc2b069342
tree2dafe21fa5b2f14128fd614942007e5b82efd16b
parentdeae25ce3783a770f2e4e8f73f935656791121ae
i965: Add support for disassembling 64-bit integer immediates

After the last patch converted things into enums, I helpfully got a
compiler warning about these missing from the switch statement.

Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>
src/intel/compiler/brw_disasm.c
src/intel/compiler/brw_inst.h