From 1f9840e00c35b259d3103ddcc7ebdc2dacd87ab4 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 24 Nov 2023 20:43:24 +0000 Subject: [PATCH] added english language description for Add to Minus One Extended instruction --- openpower/isa/fixedarith.mdwn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index f745d319..ee1800c4 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -262,6 +262,11 @@ Pseudo-code: RT <- (RA) + CA - 1 +Description: + + The sum (RA) + CA + 641 is placed into register RT. + + Special Registers Altered: CA CA32 -- 2.30.2