Add missing IMUL pattern: reg64,imm8
commit65feb5ae3376d02c6ac89b6e58a3e802da6a222e
authorH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 18:26:41 +0000 (7 11:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 18:26:41 +0000 (7 11:26 -0700)
treef2e144399bbed8030eb7ad10ef2020bd2eb6a9b7
parent37c6d166d266b04fca3c384d00ad7576282ee583
Add missing IMUL pattern: reg64,imm8

Make "imul rax,byte 5" work as expected.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
insns.dat
test/imul.asm [new file with mode: 0644]