diff --git a/src/panfrost/compiler/bifrost/valhall/ISA.xml b/src/panfrost/compiler/bifrost/valhall/ISA.xml
index 84b0e1c3af2..e6710327034 100644
--- a/src/panfrost/compiler/bifrost/valhall/ISA.xml
+++ b/src/panfrost/compiler/bifrost/valhall/ISA.xml
@@ -2023,16 +2023,7 @@
-
-
-
-
-
-
-
-
-
-
+
Selects the value of A in the subgroup lane given by B. This implements
subgroup broadcasts. It may be used as a primitive for screen space
@@ -2043,7 +2034,7 @@
-
+
diff --git a/src/panfrost/compiler/bifrost/valhall/valhall.c.py b/src/panfrost/compiler/bifrost/valhall/valhall.c.py
index 5bf2c18479e..ea1a559b072 100644
--- a/src/panfrost/compiler/bifrost/valhall/valhall.c.py
+++ b/src/panfrost/compiler/bifrost/valhall/valhall.c.py
@@ -37,8 +37,6 @@ SKIP = set([
"SHADDX.u64",
"SHADDX.s64",
"IMULD.u64",
- "CLPER.s64",
- "CLPER.u64",
"LSHIFT_AND.i64",
"RSHIFT_AND.i64",
"LSHIFT_OR.i64",
@@ -46,13 +44,6 @@ SKIP = set([
"LSHIFT_XOR.i64",
"RSHIFT_XOR.i64",
- # CLPER widens
- "CLPER.s32",
- "CLPER.v2s16",
- "CLPER.v4s8",
- "CLPER.v2u16",
- "CLPER.v4u8",
-
# VAR_TEX
"VAR_TEX_SINGLE",
"VAR_TEX_GATHER",