ndisasm: handle VEX.LIG
commit5d62e57a0c8fd4b2aa9c9b671ba43be2817d789f
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 20 Aug 2010 00:04:36 +0000 (19 17:04 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 20 Aug 2010 00:04:36 +0000 (19 17:04 -0700)
treeeb53a6dcc21a3112769ebaa2aa4069f6d6a3880b
parent23f0b16c21467aefd2b8ae5c507af902d102d39e
ndisasm: handle VEX.LIG

A lot of instructions ignore the L bit in the VEX prefix, just like
a lot of instructions ignore the W bit, so don't use them in the
sub-table select.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
disasm.c
insns.h
insns.pl