From: Shriya Sharma Date: Wed, 22 Nov 2023 14:32:44 +0000 (+0000) Subject: Added English language description for sub from carrying instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7df6d9ec77764f85706dbd7cbd0785450688224c;p=openpower-isa.git Added English language description for sub from carrying instruction --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index ecc15091..c726e86b 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -193,6 +193,10 @@ Pseudo-code: RT <- ¬(RA) + (RB) + 1 +Description: + + The sum ¬(RA) + (RB) + 1 is placed into register RT. + Special Registers Altered: CA CA32