From a468456ab1092f170f5331be7e93d6afadc3e029 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Wed, 22 Nov 2023 14:17:03 +0000 Subject: [PATCH] Added English language description for addic instruction --- openpower/isa/fixedarith.mdwn | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2