From: Dmitry Selyutin Date: Sun, 4 Sep 2022 08:58:08 +0000 (+0300) Subject: Revert "target_addr in b and bc pseudo-code has no corresponding" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=611e56252b4fc7ff3894653382c60c2fb1da2d90;p=openpower-isa.git Revert "target_addr in b and bc pseudo-code has no corresponding" This reverts commit 7656b425de39cb28e6c52b9ee32c0f12517bae69. --- diff --git a/openpower/isa/branch.mdwn b/openpower/isa/branch.mdwn index a115ee6e..5867ea87 100644 --- a/openpower/isa/branch.mdwn +++ b/openpower/isa/branch.mdwn @@ -24,10 +24,10 @@ I-Form -* b LI (AA=0 LK=0) -* ba LI (AA=1 LK=0) -* bl LI (AA=0 LK=1) -* bla LI (AA=1 LK=1) +* b target_addr (AA=0 LK=0) +* ba target_addr (AA=1 LK=0) +* bl target_addr (AA=0 LK=1) +* bla target_addr (AA=1 LK=1) Pseudo-code: @@ -43,10 +43,10 @@ Special Registers Altered: B-Form -* bc BO,BI,BD (AA=0 LK=0) -* bca BO,BI,BD (AA=1 LK=0) -* bcl BO,BI,BD (AA=0 LK=1) -* bcla BO,BI,BD (AA=1 LK=1) +* bc BO,BI,target_addr (AA=0 LK=0) +* bca BO,BI,target_addr (AA=1 LK=0) +* bcl BO,BI,target_addr (AA=0 LK=1) +* bcla BO,BI,target_addr (AA=1 LK=1) Pseudo-code: