diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml
index cf1e5b3c3d1..5b5229df17a 100644
--- a/src/panfrost/bifrost/valhall/ISA.xml
+++ b/src/panfrost/bifrost/valhall/ISA.xml
@@ -581,7 +581,7 @@
Condition to use for a `MUX` instruction. `neg` checks the sign bit,
`int_zero` compares to `0x00000000`, `fp_zero` compares to $\pm 0.0$ as
an IEEE 754 float, and `bit` checks each bit separately. The `bit` mode
- acts like an imaginary `CSEL.v32i1` instruction, and implements
+ acts like an imaginary `CSEL.v32u1` instruction, and implements
`bitselect()` in OpenCL.
neg
@@ -666,8 +666,8 @@
-
-
+
+
Evaluates the given condition and outputs either the true source or the
false source.