aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorandrewchambers <[email protected]>2021-10-20 11:05:12 +1300
committerGitHub <[email protected]>2021-10-20 11:05:12 +1300
commit8864d9ff2ceb956fe7ac34b4934ef7c8e40573f1 (patch)
tree9f1ee66b217ba71e04d5ee4c4800e13addfbe629 /test/test.sh
parentaf5b8e24c7c5a3db4ba4a9718375b95db57a1a25 (diff)
parent936dd9a97e454747f8783fda8f1ee0c13d3f991d (diff)
Merge pull request #7 from michaelforney/small-encodings
Use smaller encodings in a few more cases.
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 152ea2b..5536d61 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -43,6 +43,8 @@ t "callq *%rax"
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