i965/fs: Add dump_instruction() support for ARF destinations.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 5 Aug 2013 05:37:34 +0000 (22:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 12 Aug 2013 20:13:06 +0000 (13:13 -0700)
commit4d95efd14617d4a96a89d8e52d0cf684a5d6c4b1
treef4ce36557e0d69a58b6ede24341db1712ebcf4d4
parentee7bfab06805bff508c31b3ad3fb13d181f3fbf1
i965/fs: Add dump_instruction() support for ARF destinations.

CMP instructions use BRW_ARF_NULL as a destination.  Prior to this
patch, dump_instruction() decoded the destination as "???".

Now it decodes BRW_ARF_NULL as "(null)" and other ARFs numerically.

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