(no commit message)
authorlkcl <lkcl@web>
Sun, 16 Apr 2023 11:25:54 +0000 (12:25 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 16 Apr 2023 11:25:54 +0000 (12:25 +0100)
openpower/sv/remap.mdwn

index 9e61af454dc930c31e0872f27ecd08e87a839a6b..5ffab1059a2b624a1d2c9cd38cd2236037673cb5 100644 (file)
@@ -483,9 +483,11 @@ Predication is used.
 
 The following bits of the SVSTATE SPR are used for REMAP:
 
 
 The following bits of the SVSTATE SPR are used for REMAP:
 
-|32.33|34.35|36.37|38.39|40.41| 42.46 | 62 |
-| --  | --  | --  | --  | --  | ----- | ------ |
-|mi0  |mi1  |mi2  |mo0  |mo1  | SVme  | RMpst    |
+```
+    |32:33|34:35|36:37|38:39|40:41| 42:46 | 62     |
+    | --  | --  | --  | --  | --  | ----- | ------ |
+    |mi0  |mi1  |mi2  |mo0  |mo1  | SVme  | RMpst  |
+```
 
 mi0-2 and mo0-1 each select SVSHAPE0-3 to apply to a given register.
 mi0-2 apply to RA, RB, RC respectively, as input registers, and
 
 mi0-2 and mo0-1 each select SVSHAPE0-3 to apply to a given register.
 mi0-2 apply to RA, RB, RC respectively, as input registers, and
@@ -503,7 +505,7 @@ SVSHAPE is actively applied or not.
 The "persistence" bit if set will result in all Active REMAPs being applied
 indefinitely.
 
 The "persistence" bit if set will result in all Active REMAPs being applied
 indefinitely.
 
-----------------
+-----------
 
 \newpage{}
 
 
 \newpage{}
 
@@ -511,14 +513,10 @@ indefinitely.
 
 SVRM-Form:
 
 
 SVRM-Form:
 
-    svremap SVme,mi0,mi1,mi2,mo0,mo2,pst
-
 |0     |6     |11  |13   |15   |17   |19   |21    | 22:25 |26:31  |
 | --   | --   | -- | --  | --  | --  | --  | --   | ----  | ----- |
 | PO   | SVme |mi0 | mi1 | mi2 | mo0 | mo1 | pst  | rsvd  | XO    |
 
 |0     |6     |11  |13   |15   |17   |19   |21    | 22:25 |26:31  |
 | --   | --   | -- | --  | --  | --  | --  | --   | ----  | ----- |
 | PO   | SVme |mi0 | mi1 | mi2 | mo0 | mo1 | pst  | rsvd  | XO    |
 
-SVRM-Form
-
 * svremap SVme,mi0,mi1,mi2,mo0,mo1,pst
 
 Pseudo-code:
 * svremap SVme,mi0,mi1,mi2,mo0,mo1,pst
 
 Pseudo-code: