[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrMMX.td
Evan Cheng
evan.cheng at apple.com
Tue Mar 21 15:04:35 PST 2006
Changes in directory llvm/lib/Target/X86:
X86InstrMMX.td updated: 1.6 -> 1.7
---
Log message:
Didn't mean to check this in. No MMX support yet.
---
Diffs of the changes: (+1 -3)
X86InstrMMX.td | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/lib/Target/X86/X86InstrMMX.td
diff -u llvm/lib/Target/X86/X86InstrMMX.td:1.6 llvm/lib/Target/X86/X86InstrMMX.td:1.7
--- llvm/lib/Target/X86/X86InstrMMX.td:1.6 Tue Mar 21 17:01:21 2006
+++ llvm/lib/Target/X86/X86InstrMMX.td Tue Mar 21 17:04:23 2006
@@ -24,9 +24,7 @@
// Move Instructions
def MOVD64rr : I<0x6E, MRMSrcReg, (ops VR64:$dst, R32:$src),
- "movd {$src, $dst|$dst, $src}",
- [(set VR64:$dst,
- (v2i32 (scalar_to_vector R32:$src)))]>, TB,
+ "movd {$src, $dst|$dst, $src}", []>, TB,
Requires<[HasMMX]>;
def MOVD64rm : I<0x6E, MRMSrcMem, (ops VR64:$dst, i32mem:$src),
"movd {$src, $dst|$dst, $src}", []>, TB,
More information about the llvm-commits
mailing list