From d7a66be18fe14535eea1e5dbaada9d20266832e2 Mon Sep 17 00:00:00 2001 From: Andrew Chambers Date: Mon, 11 Oct 2021 21:11:52 +1300 Subject: Refactor prefix handling. --- test/test.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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" -- cgit v1.2.3