x86-asm: Correct mem64->xmm movq
commit58963828abff22dad0a8b4acf2e7b70877177d52
authorMichael Matz <matz@suse.de>
Sun, 15 May 2016 17:07:13 +0000 (15 19:07 +0200)
committerMichael Matz <matz@suse.de>
Thu, 15 Dec 2016 16:47:05 +0000 (15 17:47 +0100)
treea1da8876c45f594439c0b81a79a4943a8b7f98a9
parent5a222588a81f1ad1d1a1fdf64a54109f809b9923
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.
i386-asm.h
tests/asmtest.S
x86_64-asm.h