Added CPROP to powerenums
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 22 Jun 2022 12:44:35 +0000 (13:44 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Wed, 22 Jun 2022 12:44:35 +0000 (13:44 +0100)
src/openpower/decoder/power_enums.py

index a9584dd59d9bf27a5e7d6e68b873a086d704ac0e..4587c6adedbae73899fa7431640d5bcc3eae7561 100644 (file)
@@ -450,6 +450,7 @@ class MicrOp(Enum):
     OP_AVGADD = 90
     OP_ABSDIFF = 91
     OP_ABSADD = 92
+    OP_CPROP = 93
 
 
 @unique