whoops added "CRB-Form" format not "CRB"
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Mar 2023 10:43:27 +0000 (10:43 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 24 Mar 2023 10:43:27 +0000 (10:43 +0000)
openpower/isatables/fields.text
src/openpower/decoder/power_enums.py

index 786af50805c92986346ec41227bf6f1de10dcb33..d5400d85ee98d19e089ce1ddfcf44ad8a500dd03 100644 (file)
     msk (9:10,14:15)
         Field used by crternlogi and crbinlut to select which bits
         of CR Field BF are to be modified. Requires BF to be Read-Modify-Write
-        Formats: CRB-Form
+        Formats: CRB
     MB (21:25)
         Field used in M-form instructions to specify the first
         1-bit of a 64-bit mask, as described in
     TLI (21:25,19:20,31)
         Field used by the crternlogi instruction as the
         look-up table.
-        Formats: CRB-Form
+        Formats: CRB
     TO (6:10)
          Field used to specify the conditions on which to
          trap.     The    encoding     is    described   in
index b7f0278381811137dfc9a88472e60cb0efc9e8ef..506b2dc7c5cd93076d58ece85bb2598b5aad9719 100644 (file)
@@ -167,6 +167,7 @@ class Form(Enum):
     VA2 = 39
     SVC = 40
     SVR = 41
+    CRB = 42 # crternlogi / crbinlut
 
 # Simple-V svp64 fields https://libre-soc.org/openpower/sv/svp64/