power_enums: introduce SVMode enum
authorDmitry Selyutin <ghostmansd@gmail.com>
Tue, 2 Aug 2022 19:27:39 +0000 (22:27 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sun, 14 Aug 2022 19:07:43 +0000 (22:07 +0300)
src/openpower/decoder/power_enums.py

index d175c2f144864ff256518a048fd8baf15de1223b..013d3d08c1bc53302e3981ed672645590e7a2bad 100644 (file)
@@ -173,6 +173,13 @@ class Form(Enum):
 # Simple-V svp64 fields https://libre-soc.org/openpower/sv/svp64/
 
 
+class SVMode(Enum):
+    NORMAL = auto()
+    LDST = auto()
+    BRANCH = auto()
+    CROP = auto()
+
+
 @unique
 class SVPtype(Enum):
     NONE = 0