Support trinary source instruction "multiply add".
authorHomer Hsing <homer.xing@intel.com>
Fri, 7 Sep 2012 06:38:13 +0000 (14:38 +0800)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:31 +0000 (15:54 +0000)
commita034bcbd04b5cd67b94e8521f5c17738645a13fd
tree199450929fe542d09d19f07f41db3582aa51cb2a
parent0d3f8495ea90515c3852c43fb38a345d5ac9c3da
Support trinary source instruction "multiply add".

MAD (Multiply ADd) computes dst <- src1*src2 + src0.

Tried best to follow previous variable naming habit.

Also renamed "triinstruction" -> "trinaryinstruction" in grammar parser
for better readability.
assembler/src/brw_defines.h
assembler/src/gram.y
assembler/src/lex.l