i965: Fix disassembly for intdiv/intmod math functions.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 3 Sep 2011 19:39:16 +0000 (12:39 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Sep 2011 17:43:09 +0000 (10:43 -0700)
commit8de3314f636f57145e008697df34560d3badf41c
tree01a26ec141d18e23201e1f13145bd91dab2b70ff
parent6b52e82768b68dd75bfda9637f0154c5425171ed
i965: Fix disassembly for intdiv/intmod math functions.

The opcodes and strings were reversed.  Quotient means division, and
modulus means remainder.

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