DAG based isel call support.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25103 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86ISelLowering.h b/lib/Target/X86/X86ISelLowering.h
index fbe5c4c..c8d2dab 100644
--- a/lib/Target/X86/X86ISelLowering.h
+++ b/lib/Target/X86/X86ISelLowering.h
@@ -46,6 +46,17 @@
       /// to load to.
       FLD,
 
+      /// FST - This instruction implements a truncating store to FP stack
+      /// slots. This corresponds to the X86::FST32m / X86::FST64m. It takes a
+      /// chain operand, value to store, address, and a ValueType to store it
+      /// as.
+      FST,
+
+      /// FP_SET_RESULT - This corresponds to FpGETRESULT pseudo instrcuction
+      /// which copies from ST(0) to the destination. It takes a chain and writes
+      /// a RFP result and a chain.
+      FP_GET_RESULT,
+
       /// FP_SET_RESULT - This corresponds to FpSETRESULT pseudo instrcuction
       /// which copies the source operand to ST(0). It takes a chain and writes
       /// a chain and a flag.