X86: Fix encoding of 'movd %xmm0, %rax'
authorJim Grosbach <grosbach@apple.com>
Fri, 31 Aug 2012 00:30:30 +0000 (00:30 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 31 Aug 2012 00:30:30 +0000 (00:30 +0000)
commit9765c6ecde9ca96c37fe3e27d360aadc387b6942
treedeebb672a2f6756be84e25524e2e1a5eec361d21
parent359956dc1be35df4f8179eb14cea617c3ef10dd7
X86: Fix encoding of 'movd %xmm0, %rax'

The assembly string for the VMOVPQIto64rr instruction incorrectly lacked the 'v'
prefix, resulting in mis-assembly of the vanilla movd instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrSSE.td
test/MC/X86/x86-64.s