Instruction encoding bug
authorEvan Cheng <evan.cheng@apple.com>
Sat, 25 Mar 2006 06:00:03 +0000 (06:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 25 Mar 2006 06:00:03 +0000 (06:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27102 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InstrMMX.td

index 5bdf38f91ffaa21b987138cae9dac51fbf36616c..f44526d664b62d1955921985581686eee7adbf27 100644 (file)
@@ -47,6 +47,6 @@ def MOVQ64mr : I<0x7F, MRMDestMem, (ops i64mem:$dst, VR64:$src),
 def CVTTPS2PIrr: I<0x2C, MRMSrcReg, (ops VR64:$dst, VR128:$src),
                    "cvttps2pi {$src, $dst|$dst, $src}", []>, TB,
                  Requires<[HasSSE2]>;
-def CVTTPS2PIrm: I<0x2C, MRMSrcReg, (ops VR64:$dst, f64mem:$src),
+def CVTTPS2PIrm: I<0x2C, MRMSrcMem, (ops VR64:$dst, f64mem:$src),
                    "cvttps2pi {$src, $dst|$dst, $src}", []>, TB,
                  Requires<[HasMMX]>;