diff --git a/src/panfrost/bifrost/valhall/ISA.xml b/src/panfrost/bifrost/valhall/ISA.xml index e736b8cda8f..939f2c5aae9 100644 --- a/src/panfrost/bifrost/valhall/ISA.xml +++ b/src/panfrost/bifrost/valhall/ISA.xml @@ -1618,14 +1618,14 @@ - + For fully featured bitwise operation, see the shift opcodes. - + For fully featured bitwise operation, see the shift opcodes. diff --git a/src/panfrost/bifrost/valhall/valhall.c.py b/src/panfrost/bifrost/valhall/valhall.c.py index 18ccf9e19fe..171359e922d 100644 --- a/src/panfrost/bifrost/valhall/valhall.c.py +++ b/src/panfrost/bifrost/valhall/valhall.c.py @@ -38,7 +38,6 @@ SKIP = set([ "IMUL.v4s8", # 64-bit support - "NOT.i64", "IADD.u64", "IADD.s64", "ISUB.u64", @@ -72,7 +71,8 @@ SKIP = set([ "FMA_RSCALE_SCALE16.f32", # Deprecated instruction - "NOT.i32", + "NOT_OLD.i32", + "NOT_OLD.i64", # TODO "IDP.v4s8",