diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h
index b05b44c8060..76a23ae089d 100644
--- a/src/freedreno/ir3/ir3.h
+++ b/src/freedreno/ir3/ir3.h
@@ -338,7 +338,7 @@ struct ir3_instruction {
* handled.
*/
int dst_offset;
- int iim_val : 3; /* for ldgb/stgb, # of components */
+ int iim_val; /* for ldgb/stgb, # of components */
unsigned d : 3; /* for ldc, component offset */
bool typed : 1;
unsigned base : 3;
diff --git a/src/freedreno/isa/ir3-cat6.xml b/src/freedreno/isa/ir3-cat6.xml
index 73a71bb9942..5deb3287680 100644
--- a/src/freedreno/isa/ir3-cat6.xml
+++ b/src/freedreno/isa/ir3-cat6.xml
@@ -136,12 +136,12 @@ SOFTWARE.
({OFF_HI} << 8) | {OFF_LO}
-
+
0
-
+
@@ -260,7 +260,7 @@ SOFTWARE.
-
+
xxxxxxxxx
1
diff --git a/src/freedreno/isa/ir3-common.xml b/src/freedreno/isa/ir3-common.xml
index 0be7eeb4045..b31ebc1de27 100644
--- a/src/freedreno/isa/ir3-common.xml
+++ b/src/freedreno/isa/ir3-common.xml
@@ -149,7 +149,7 @@ SOFTWARE.
100
-
+