From 820f9cddc1fc57115832e7cfa7a7b2277425bea0 Mon Sep 17 00:00:00 2001 From: lkcl Date: Wed, 4 Aug 2021 13:26:59 +0100 Subject: [PATCH] --- openpower/sv/branches.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/openpower/sv/branches.mdwn b/openpower/sv/branches.mdwn index aeb7b7718..82de8682d 100644 --- a/openpower/sv/branches.mdwn +++ b/openpower/sv/branches.mdwn @@ -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: ``` -- 2.30.2