From af57031cca445ed578eed6f625cd46dd72e7bdfc Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 24 Nov 2023 20:44:27 +0000 Subject: [PATCH] added english language description for Subtract from Minus One Extended instruction --- openpower/isa/fixedarith.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index ee1800c4..c77c37b8 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -266,7 +266,6 @@ Description: The sum (RA) + CA + 641 is placed into register RT. - Special Registers Altered: CA CA32 @@ -286,6 +285,10 @@ 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