ndisasm: Match vector length with EVEX.b set
authorJin Kyu Song <jin.kyu.song@intel.com>
Mon, 5 May 2014 20:58:51 +0000 (13:58 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Mon, 5 May 2014 20:58:51 +0000 (13:58 -0700)
commitabdc8bdea2f2834d442e0ecf8dfdd16d7a17a6f2
tree6b19ae08e04e166952b954412b2847341b01f1c0
parenteb29cf7b31e097237bab41759ecdbe1ed4c7e45d
ndisasm: Match vector length with EVEX.b set

With broadcasting, EVEX.L'L should be matched even when EVEX.b is set.
Only in a case of embedded rounding, EVEX.L'L is ignored in matching
function since it becomes EVEX.RC.

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