i965: Remove never used RSR and RSL opcodes.
authorMatt Turner <mattst88@gmail.com>
Thu, 29 Aug 2013 00:03:22 +0000 (17:03 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 5 Sep 2013 21:55:19 +0000 (14:55 -0700)
commit4a6100054c1702e08fea898d6a30050aadf36bcb
treeecc05aa6595fa78229115953b4b2ff4e6ba63fd0
parent0f6fce15852d3d6fb5251e42394332a62788ef67
i965: Remove never used RSR and RSL opcodes.

RSR and RSL are listed in the "Defeatured Instructions" section of the
965 PRM, Volume 4:

"The following instructions are removed from Gen4 implementation mainly
 due to implementation cost/schedule reasons.  They are candidates for
 future generations."

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_eu.h
src/mesa/drivers/dri/i965/brw_eu_emit.c
src/mesa/drivers/dri/i965/brw_fs_cse.cpp