diff options
| author | Michael Forney <[email protected]> | 2021-10-19 13:44:45 -0700 |
|---|---|---|
| committer | Michael Forney <[email protected]> | 2021-10-19 13:44:45 -0700 |
| commit | aa8a1c835b392023d2551257ee02951e43ee27db (patch) | |
| tree | 1342cc8286c434b63551c2a33c3e12b0261c2419 /test | |
| parent | 1ac09dc704d199bb680b9b5939907ec828b5a61e (diff) | |
Use small immediates when possible for imul.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index ecf5ce1..5536d61 100644 --- a/test/test.sh +++ b/test/test.sh @@ -44,6 +44,7 @@ t "callq *%r10" t "callq *(%r10)" t "movb %r11b, (%rsi, %r12, 1)" t "mov %rdi, -0x60(%rbp)" +t "imul \$0x28, %rbx, %rcx" for r in rax r10 do |
