diff options
| author | Andrew Chambers <[email protected]> | 2021-10-20 15:25:05 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-20 15:25:05 +1300 |
| commit | d0bfca3339527c692831fc54c9b81bb24de59945 (patch) | |
| tree | 225be1cfb5f173d9cb8a66a6c043e2dbbdc8ef5c /test/test.sh | |
| parent | c47caf3aa1fe6edb5a3a78ea4c40714275c29795 (diff) | |
Fix misassembly.
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 5536d61..c68e469 100644 --- a/test/test.sh +++ b/test/test.sh @@ -69,6 +69,10 @@ t "cvttss2si %xmm10, %rax" t "cvttss2si %xmm1, %eax" t "cvttss2si %xmm10, %eax" +t "cvtsd2ss %xmm0, %xmm0" +t "cvtsd2ss (%rax), %xmm1" +t "cvtsd2ss (%rax), %xmm10" + t "cvtsi2sd %rax, %xmm1" t "cvtsi2sd %rax, %xmm10" t "cvtsi2sd %r9, %xmm10" |
