insns: fix IMUL patterns to get rid of open-coded \100 bytecodes
commitb17da041cbb3bfb4129b59b134cd4aa7e4e78d69
authorH. Peter Anvin <hpa@zytor.com>
Fri, 10 Feb 2012 19:08:09 +0000 (10 11:08 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 10 Feb 2012 19:08:09 +0000 (10 11:08 -0800)
treec0eb2f4e3b0b30a0bc8769a18ad3cd535df075df
parente2b262beae7555048f73e2d3afa9fa1f1a62b9f9
insns: fix IMUL patterns to get rid of open-coded \100 bytecodes

There already is a standard encoding for "use this operand in multiple
slots"; no need to open-code it.

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