[Stackmaps][X86] Remove EFLAGS and IP registers from the live-out mask.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index d50ceabcf6c707c1a7f572d2cd833fdf5ea47b96..b5d062f72b24aaea17a57456e2f4cb9be52f2eb1 100644 (file)
@@ -56,10 +56,6 @@ namespace llvm {
       /// corresponds to X86::ANDNPS or X86::ANDNPD.
       FANDN,
 
-      /// Bitwise logical right shift of floating point values. This
-      /// corresponds to X86::PSRLDQ.
-      FSRL,
-
       /// These operations represent an abstract X86 call
       /// instruction, which includes a bunch of information.  In particular the
       /// operands of these node are:
@@ -215,7 +211,7 @@ namespace llvm {
 
       // FP vector get exponent 
       FGETEXP_RND,
-      
+
       // Integer add/sub with unsigned saturation.
       ADDUS,
       SUBUS,
@@ -363,6 +359,8 @@ namespace llvm {
       PSHUFHW,
       PSHUFLW,
       SHUFP,
+      //Shuffle Packed Values at 128-bit granularity
+      SHUF128,
       MOVDDUP,
       MOVSHDUP,
       MOVSLDUP,