BR 2067820: add the MOVSXD instruction
commit51e403152a9257e5422f0340047d1846418d10e3
authorH. Peter Anvin <hpa@zytor.com>
Mon, 25 Aug 2008 01:12:20 +0000 (24 18:12 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 25 Aug 2008 01:12:20 +0000 (24 18:12 -0700)
treefec5cc489bc5b623941dec3b83321599be6ce980
parent19f15a50f611bada1fc2445e4453283fa5acc47d
BR 2067820: add the MOVSXD instruction

The official mnemonic for 32-to-64-bit sign extension is MOVSXD for
some idiotic reason.  Add support for it while continue to recognize
MOVSX for this as an alias.

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