Changes in directory llvm/lib/Target/X86:

X86InstrSSE.td updated: 1.25 -> 1.26
---
Log message:

Added LDMXCSR

---
Diffs of the changes:  (+7 -0)

 X86InstrSSE.td |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/lib/Target/X86/X86InstrSSE.td
diff -u llvm/lib/Target/X86/X86InstrSSE.td:1.25 
llvm/lib/Target/X86/X86InstrSSE.td:1.26
--- llvm/lib/Target/X86/X86InstrSSE.td:1.25     Fri Mar 24 15:49:18 2006
+++ llvm/lib/Target/X86/X86InstrSSE.td  Fri Mar 24 16:28:37 2006
@@ -841,6 +841,13 @@
 }
 
 
//===----------------------------------------------------------------------===//
+// Miscellaneous Instructions
+//===----------------------------------------------------------------------===//
+
+def LDMXCSR : I<0xAE, MRM2m, (ops i32mem:$src),
+                "ldmxcsr {$src|$src}", []>, TB, Requires<[HasSSE1]>;
+
+//===----------------------------------------------------------------------===//
 // Alias Instructions
 
//===----------------------------------------------------------------------===//
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to