R600/SI: Add a MUBUF store pattern for Imm offsets
[oota-llvm.git] / lib / Target / R600 / SIDefines.h
index 7fdaee59a570ffc8c3b4718968186e6e85124843..2cbce282cbe78c16d8434725f2806364e981ec06 100644 (file)
@@ -18,7 +18,8 @@ enum {
   VOP1 = 1 << 5,
   VOP2 = 1 << 6,
   VOP3 = 1 << 7,
-  VOPC = 1 << 8
+  VOPC = 1 << 8,
+  SALU = 1 << 9
 };
 }