From: Luke Kenneth Casson Leighton Date: Mon, 29 Jan 2024 13:31:22 +0000 (+0000) Subject: bug 1034: cut/paste error on crternlogi, 4*BT+32 should be just BT+32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bcec8a4;p=openpower-isa.git bug 1034: cut/paste error on crternlogi, 4*BT+32 should be just BT+32 --- diff --git a/openpower/isa/bitmanip.mdwn b/openpower/isa/bitmanip.mdwn index c0bf722f..b2a0acc4 100644 --- a/openpower/isa/bitmanip.mdwn +++ b/openpower/isa/bitmanip.mdwn @@ -104,7 +104,7 @@ TLI-Form Pseudo-code: idx <- CR[BT+32] || CR[BA+32] || CR[BB+32] - CR[4*BT+32] <- TLI[7-idx] + CR[BT+32] <- TLI[7-idx] Special Registers Altered: