From: Shriya Sharma Date: Wed, 22 Nov 2023 14:18:03 +0000 (+0000) Subject: Added English language description for subfic instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bdd99c1b6b6e98a1174f94fd834b32b9e6da870;p=openpower-isa.git Added English language description for subfic instruction --- diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index a02a8dff..5fb56ab3 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -149,6 +149,10 @@ Pseudo-code: RT <- ¬(RA) + EXTS(SI) + 1 +Description: + + The sum ¬(RA) + SI + 1 is placed into register RT. + Special Registers Altered: CA CA32