Fix the encoding of the MMX movd that moves from MMX to 64-bit GPR.
authorDan Gohman <gohman@apple.com>
Mon, 21 Apr 2008 19:52:29 +0000 (19:52 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 21 Apr 2008 19:52:29 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50053 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrMMX.td

index be07fa7ae58008f9801459898d27e17bc3f10519..35c7b9040995e3e28fbc5ee47b62d01d9933c161 100644 (file)
@@ -167,7 +167,7 @@ def MMX_MOVD64to64rr : MMXRI<0x6E, MRMSrcReg, (outs VR64:$dst), (ins GR64:$src),
                              "movd\t{$src, $dst|$dst, $src}", []>;
 
 let neverHasSideEffects = 1 in
-def MMX_MOVD64from64rr : MMXRI<0x6E, MRMSrcReg, (outs GR64:$dst), (ins VR64:$src),
+def MMX_MOVD64from64rr : MMXRI<0x7E, MRMSrcReg, (outs GR64:$dst), (ins VR64:$src),
                                "movd\t{$src, $dst|$dst, $src}", []>;
 
 let neverHasSideEffects = 1 in