summaryrefslogtreecommitdiff
path: root/test/imul.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: imul.asm: move warning-generated tests under WARNH. Peter Anvin2009-11-031-6/+6
| | | | | | Only make the tests under WARN actually issue warnings. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* test: imul.asm: more IMUL pattern testsH. Peter Anvin2009-11-031-0/+27
| | | | | | Test more IMUL patterns. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* test/imul.asm: remove obsolete ERROR markerH. Peter Anvin2008-10-071-1/+1
| | | | | | Error already fixed... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Test for various IMUL patternsH. Peter Anvin2008-10-071-2/+3
| | | | | | Test for IMUL patterns. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Add missing IMUL pattern: reg64,imm8H. Peter Anvin2008-10-071-0/+89
Make "imul rax,byte 5" work as expected. Signed-off-by: H. Peter Anvin <hpa@zytor.com>