insns.dat: MOV is not lockable; CMPXCHG16B does not support HLE
commit0d008c52ab22d5d96212e41e6d19ef5c1d432300
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:38:42 +0000 (25 22:38 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:38:42 +0000 (25 22:38 -0800)
treef80ace5a63e878beccb8f563f6b0293fa99a862f
parente014f354d59fc55e7dca96a0d9b12e33bcd79241
insns.dat: MOV is not lockable; CMPXCHG16B does not support HLE

Using a LOCK prefix with MOV is not permitted.
The CMPXCHG16B instruction is not defined to support HLE.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.dat