From 527e90ee89a2fc8243c705a4a12af2f5e3735540 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Fri, 24 Nov 2023 20:41:49 +0000 Subject: [PATCH] added english language description for Subtract From Extended instruction --- openpower/isa/fixedarith.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index a4fdd968..f745d319 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -239,6 +239,10 @@ Pseudo-code: RT <- ¬(RA) + (RB) + CA +Description: + + The sum ¬(RA) + (RB) + CA is placed into register RT. + Special Registers Altered: CA CA32 -- 2.30.2