diff options
| author | Andrew Chambers <[email protected]> | 2021-10-11 21:11:52 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-11 21:11:52 +1300 |
| commit | d7a66be18fe14535eea1e5dbaada9d20266832e2 (patch) | |
| tree | a8c86e50bfae68d3ad921358d400e0637f868196 /test | |
| parent | 79f7dab1793f38773bb7570322488a887a9693dc (diff) | |
Refactor prefix handling.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh index 8658e5f..4da49d3 100644 --- a/test/test.sh +++ b/test/test.sh @@ -43,7 +43,6 @@ t "mulss %xmm1, %xmm10" t "mulss %xmm10, %xmm11" t "mulss (%rax), %xmm11" - t "ucomisd %xmm0, %xmm1" t "ucomisd (%rax), %xmm1" t "ucomisd %xmm10, %xmm1" @@ -57,7 +56,6 @@ t "ucomiss %xmm1, %xmm10" t "ucomiss %xmm10, %xmm11" t "ucomiss (%rax), %xmm11" - for r in a b do t "lea (%rsp), %r${r}x" |
