(no commit message)
authorlkcl <lkcl@web>
Thu, 7 Apr 2022 16:25:03 +0000 (17:25 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 7 Apr 2022 16:25:03 +0000 (17:25 +0100)
openpower/sv/branches.mdwn

index ceb5022cca27dc33b1a448780075b2365600f150..810ef644f88dbcefd3249b057085e2969379c27b 100644 (file)
@@ -193,11 +193,12 @@ Brief description of fields:
   VL is truncated to *exclude* the current element, otherwise it is
   included. SVSTATE.MVL is not altered: only VL.
 * **LRu**: Link Register Update, used in conjunction with LK=1.
-  When LRu=1,LK=0, Link Register is updated unconditionally.
-  When LRu=1,LK=1, Link Register will
+  - When LRu=0,LK=1, Link Register is updated unconditionally.
+  When LRu=1,LK=1, Link Register will
   only be updated if the Branch Condition succeeds.
-  When LRu=0,LK=1, Link Register will only be updated if
-  the Branch Condition fails. This avoids
+  - When LRu=1,LK=0, Link Register will only be updated if
+  the Branch Condition fails.
+  - This avoids
   destruction of LR during loops (particularly Vertical-First
   ones).
 * **VSb** In VLSET Mode, after testing,