Supporting find first bit instructions
authorHomer Hsing <homer.xing@intel.com>
Fri, 14 Sep 2012 00:56:36 +0000 (08:56 +0800)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:31 +0000 (15:54 +0000)
commit9e711a4f2ccf3d2008d25dc613b5f9e8c6639193
treebd40375827748f4113d31524b8059166c0115bb9
parentb094cd8648bcbcdb6015ae6373f01555e7408d2b
Supporting find first bit instructions

fbh: Find the first significant bit searching from the high bits
in src0 and store the result in dst.

fbl: Find the first 1 bit searching from the low bits in src0
and store the result in dst.
assembler/src/brw_defines.h
assembler/src/gram.y
assembler/src/lex.l