aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-13 22:46:17 +1300
committerAndrew Chambers <[email protected]>2021-10-13 22:46:17 +1300
commitdfe49d06a417f4cb6a9ee0c67f7c1234c2315a7a (patch)
tree3efcf1ffc9df78f76026f6304e7d7ba1ea4410de /test
parent174fc3291257e96a81a8757ae22dd0e14d3b259f (diff)
Fix broken test.
Diffstat (limited to 'test')
-rw-r--r--test/test.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index e81b051..bd512e8 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -35,6 +35,16 @@ t "callq *%r10"
t "movb %r11b, (%rsi, %r12, 1)"
+t "cvtsd2si %xmm1, %rax"
+t "cvtsd2si %xmm10, %rax"
+t "cvtsd2si %xmm1, %eax"
+t "cvtsd2si %xmm10, %eax"
+
+t "cvtss2si %xmm1, %rax"
+t "cvtss2si %xmm10, %rax"
+t "cvtss2si %xmm1, %eax"
+t "cvtss2si %xmm10, %eax"
+
t "cvtsi2sd %rax, %xmm1"
t "cvtsi2sd %rax, %xmm10"
t "cvtsi2sd (%rax), %xmm1"