i965/disasm: Fix disassembly of the any16h/all16h predicates.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 6 Jul 2014 05:21:40 +0000 (22:21 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Jul 2014 19:31:01 +0000 (12:31 -0700)
commit503391b46f753e1f8c0bc771776a51719d0507e4
treefd2c3028454aecfd97a8759081cb91424b9311a6
parente13a6406c3d55162d6f4641f3ccca7635b9a5212
i965/disasm: Fix disassembly of the any16h/all16h predicates.

BRW_PREDICATE_ALIGN1_ANY16H was incorrectly being disassembled as
"all16h", and ALL16H would probably print as "(null)".

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_disasm.c