BR 2887108: fix incorrect sbyte usage in IMUL
commit110e5ecec45c11f2459f1c1a308269b3a358da38
authorH. Peter Anvin <hpa@zytor.com>
Tue, 3 Nov 2009 17:26:58 +0000 (3 09:26 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 3 Nov 2009 17:26:58 +0000 (3 09:26 -0800)
tree0f5282b2c93f91779a3258dfaa98cd0db4413c41
parent210c10110bca124de4b9fb38d757ffc9b4041023
BR 2887108: fix incorrect sbyte usage in IMUL

Fix a very curious transposition in the instruction patterns for IMUL,
which caused 32-bit IMUL instructions with constants like 0x10001 to
be generated incorrectly.

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