i965: Prepare for next commit by adding more whitespace.
authorMatt Turner <mattst88@gmail.com>
Mon, 19 Oct 2015 21:46:18 +0000 (14:46 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 21 Oct 2015 17:17:38 +0000 (10:17 -0700)
We're going to add a field with a longer name that wouldn't align with
the rest.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/mesa/drivers/dri/i965/brw_inst.h

index 0d88ae29ed6b4bb3a808e8c62d52445668196927..088143cbace84264a8da8cc720082241bf204aa0 100644 (file)
@@ -783,20 +783,20 @@ brw_compact_inst_##name(const struct brw_device_info *devinfo,     \
 /* A simple macro for fields which stay in the same place on all generations. */
 #define F(name, high, low) FC(name, high, low, true)
 
-F(src1_reg_nr,    63, 56)
-F(src0_reg_nr,    55, 48)
-F(dst_reg_nr,     47, 40)
-F(src1_index,     39, 35)
-F(src0_index,     34, 30)
-F(cmpt_control,   29, 29) /* Same location as brw_inst */
-F(flag_subreg_nr, 28, 28) /* <= Gen6 only */
-F(cond_modifier,  27, 24) /* Same location as brw_inst */
-F(acc_wr_control, 23, 23)
-F(subreg_index,   22, 18)
-F(datatype_index, 17, 13)
-F(control_index,  12,  8)
-F(debug_control,   7,  7)
-F(opcode,          6,  0) /* Same location as brw_inst */
+F(src1_reg_nr,      63, 56)
+F(src0_reg_nr,      55, 48)
+F(dst_reg_nr,       47, 40)
+F(src1_index,       39, 35)
+F(src0_index,       34, 30)
+F(cmpt_control,     29, 29) /* Same location as brw_inst */
+F(flag_subreg_nr,   28, 28) /* <= Gen6 only */
+F(cond_modifier,    27, 24) /* Same location as brw_inst */
+F(acc_wr_control,   23, 23)
+F(subreg_index,     22, 18)
+F(datatype_index,   17, 13)
+F(control_index,    12,  8)
+F(debug_control,     7,  7)
+F(opcode,            6,  0) /* Same location as brw_inst */
 
 /**
  * (Gen8+) Compacted three-source instructions: