i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 5 Aug 2015 13:47:18 +0000 (16:47 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 6 Aug 2015 11:12:12 +0000 (14:12 +0300)
commit2e731264382954beb1192cd7cc62e16e0b8e7978
tree07f1bbf53395a75aa05f03da74654a53aa6ce817
parentf5b37fb1acad9cf044b7b6d4fa5f2582bd8bc7f4
i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.

In order to make room for the code that will lower the MULH virtual
instruction.  Also move the hardware generation and execution type
checks into the same branch, they are going to have to be different
for MULH.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_fs.cpp