match: Improve broadcast opsize matching
commit2067af8cf3ed928223f6a8ecb30f8a90e5e5beb2
authorJin Kyu Song <jin.kyu.song@intel.com>
Wed, 30 Oct 2013 10:00:12 +0000 (30 03:00 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Sat, 9 Nov 2013 01:25:16 +0000 (8 17:25 -0800)
tree1b791de52bd5c5b90a07ad5c612ee4300679fbb1
parente4f526ee6d839a514cbbb865e1853701fafe656a
match: Improve broadcast opsize matching

Broadcasting operand size is different from the original
operand size because 32b or 64b element is repeated to form a vector.
So when matching a broadcasting operand, opsize should be treated
differently.
The broadcasting element size is specified in the decorator information.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
assemble.c