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