aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-05-15 19:07:13 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:47:05 +0100
commit58963828abff22dad0a8b4acf2e7b70877177d52 (patch)
treea1da8876c45f594439c0b81a79a4943a8b7f98a9 /tests
parent5a222588a81f1ad1d1a1fdf64a54109f809b9923 (diff)
downloadtinycc-58963828abff22dad0a8b4acf2e7b70877177d52.tar.gz
tinycc-58963828abff22dad0a8b4acf2e7b70877177d52.tar.bz2
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/asmtest.S1
1 files changed, 1 insertions, 0 deletions
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