Remove flag_reg_nr from the DW3 of an instruction
authorXiang, Haihao <haihao.xiang@intel.com>
Tue, 17 Jul 2012 06:01:54 +0000 (14:01 +0800)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 4 Mar 2013 15:54:30 +0000 (15:54 +0000)
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
assembler/src/brw_structs.h

index e3b66d9..25e7eb4 100644 (file)
@@ -1241,8 +1241,7 @@ struct brw_instruction
         GLuint src1_horiz_stride:2;
         GLuint src1_width:3;
         GLuint src1_vert_stride:4;
-        GLuint flag_reg_nr:1;
-        GLuint pad1:6; 
+        GLuint pad1:7; 
       } ia1;
 
       struct
@@ -1258,8 +1257,7 @@ struct brw_instruction
         GLuint src1_swz_w:2;
         GLuint pad1:1;
         GLuint src1_vert_stride:4;
-        GLuint flag_reg_nr:1;
-        GLuint pad2:6;
+        GLuint pad2:7;
       } ia16;