aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index cf5660b..05d40bf 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -30,6 +30,13 @@ t () {
echo -n "."
}
+t "div %rax"
+t "divq (%rax)"
+t "divq (%rip)"
+t "idiv %rax"
+t "idivq (%rax)"
+t "idivq (%rip)"
+
t "pushq (%r9)"
t "pushq %r9"
t "pushq %rax"