AVX-512: Fix instruction match function
commit4d1fc3f1a0865b82bbf5212cd601c0a4a1495fd6
authorJin Kyu Song <jin.kyu.song@intel.com>
Thu, 22 Aug 2013 02:29:10 +0000 (21 19:29 -0700)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 22 Aug 2013 15:37:37 +0000 (22 19:37 +0400)
tree669bc601a607b0af7965fee87c0d31424d7ac1e3
parentf9a71e0c3800092bb1db592de6870e4fe9e83444
AVX-512: Fix instruction match function

When an instruction allows broadcasting, the memory element size is
different from the size of normal memory operation.
This information is provided in a decoflags field, so it should try to
match those properties before it fails.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c
nasm.h
tables.h