match: Improve broadcast opsize matching
authorJin Kyu Song <jin.kyu.song@intel.com>
Wed, 30 Oct 2013 10:00:12 +0000 (03:00 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Wed, 20 Nov 2013 19:29:42 +0000 (11:29 -0800)
commit7903c07b7753fb02fc3b5ba6211dc566bc25aa7c
tree314962309dd0a4219af530c9aa2ed615c20d6f0b
parentc9486b965b8883268871aa749f4f617f9835adf2
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