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