Fix the encoding of the MMX movd that moves from MMX to 64-bit GPR.

llvm-svn: 50053
This commit is contained in:
Dan Gohman 2008-04-21 19:52:29 +00:00
parent 79fff7cf85
commit db08f5218e
1 changed files with 1 additions and 1 deletions

View 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