From 58963828abff22dad0a8b4acf2e7b70877177d52 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Sun, 15 May 2016 19:07:13 +0200 Subject: x86-asm: Correct mem64->xmm movq Now we can express prefixes with 0x0fxx opcodes we can correct the movq mem64->xmm opcode, and restrict the movq xmm->mem64 movq to not invalidly accept mmx. --- tests/asmtest.S | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/asmtest.S b/tests/asmtest.S index 1215d5a..462fc52 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -738,6 +738,7 @@ ft1: ft2: ft3: ft4: ft5: ft6: ft7: ft8: ft9: movq (%ebp), %mm1 movq %mm2, (%edi) + movq (%edi), %xmm3 #ifdef __x86_64__ movq %rcx, %mm1 movq %rdx, %xmm2 -- cgit v1.3.1