aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-12 19:42:01 +1300
committerAndrew Chambers <[email protected]>2021-10-12 19:42:01 +1300
commit25fa3f8e631f26b09303b1263d9bf5cf4e564c64 (patch)
treef3abf4d65645c5f1327dd81a9af8249f95dcc1bb /test
parentb4e630f77661aae9e030e9dabead9ba5b0370368 (diff)
More types of call.
Diffstat (limited to 'test')
-rw-r--r--test/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 153821a..115be24 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -30,6 +30,9 @@ t () {
echo -n "."
}
+t "callq *%rax"
+t "callq *%r10"
+
t "cvtss2sd %xmm0, %xmm1"
t "cvtss2sd %xmm10, %xmm1"
t "cvtss2sd (%rax), %xmm0"