aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-03-24 22:28:37 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-03-24 22:28:37 +0000
commitc653d48022b24d2d5d8c96600f0b6db00c171a76 (patch)
treeea0a55cdfe3bcbe823e717e12a3cefc7c4087392
parent11f0bd695adb69143f2b96c2d78e91fc2465bb86 (diff)
Added LDMXCSR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27087 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86InstrSSE.td7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td
index 36ae14585b..664b06170e 100644
--- a/lib/Target/X86/X86InstrSSE.td
+++ b/lib/Target/X86/X86InstrSSE.td
@@ -841,6 +841,13 @@ def PADDDrm : PDI<0xFE, MRMSrcMem, (ops VR128:$dst, VR128:$src1, f128mem:$src2),
}
//===----------------------------------------------------------------------===//
+// Miscellaneous Instructions
+//===----------------------------------------------------------------------===//
+
+def LDMXCSR : I<0xAE, MRM2m, (ops i32mem:$src),
+ "ldmxcsr {$src|$src}", []>, TB, Requires<[HasSSE1]>;
+
+//===----------------------------------------------------------------------===//
// Alias Instructions
//===----------------------------------------------------------------------===//