(no commit message)
authorlkcl <lkcl@web>
Wed, 4 Aug 2021 12:26:59 +0000 (13:26 +0100)
committerIkiWiki <ikiwiki.info>
Wed, 4 Aug 2021 12:26:59 +0000 (13:26 +0100)
openpower/sv/branches.mdwn

index aeb7b771871bfcb1b14b547d444227d5ce6d487f..82de8682dd79928477147e43f56618d67872caf6 100644 (file)
@@ -149,6 +149,20 @@ Available options to combine:
 * `ALL` or `ANY` behaviour corresponding to `AND` of all tests and
   `OR` of all tests, respectively.
 
+Pseudocode for Rc in sv.bc
+
+```
+# Use bit 30, disable AA
+Rc = AA
+AA = 0
+```
+
+Pseudocode for Rc in sv.bclr
+
+```
+Rc = instr[16]
+```
+
 Pseudocode for Horizontal-First Mode:
 
 ```