i965: Don't print source registers for Broadwell flow control.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 5 Feb 2014 09:32:39 +0000 (01:32 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 8 Feb 2014 03:37:34 +0000 (19:37 -0800)
commit5230655a2ee46ad2215d8d97de2e6a6907cc47e2
treef4bdce665e6fe719bb809bf1520285c9b346f561
parent8e0a0e4d30be142235c2b2439fe82935b8c67888
i965: Don't print source registers for Broadwell flow control.

The bits which normally contain the source register descriptions
actually contain the JIP/UIP jump targets, which we already printed.

Interpreting JIP/UIP as source registers results in some really creepy
looking output, like IF statements with acc14.4<0,1,0>UD sources.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/gen8_disasm.c