insns.dat: fix CPU flags for new instructions
commit1e3805f975a8727d8430e34245cd8f849bcb5090
authorH. Peter Anvin <hpa@zytor.com>
Tue, 6 Jul 2010 16:23:24 +0000 (6 09:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 6 Jul 2010 16:23:24 +0000 (6 09:23 -0700)
tree7bf53706335c5c96079c2c05a6a9c76fba552cd4
parent0416b232cecdef958328f6d3f54c472bae29e936
insns.dat: fix CPU flags for new instructions

FUTURE is a CPU level flag, and cannot be combined with X64 (which is
shorthand for X86_64,LONG).  Also, make sure we add LONG annotations
to everything that is 64-bit mode only.

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