From 7df6d9ec77764f85706dbd7cbd0785450688224c Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Wed, 22 Nov 2023 14:32:44 +0000 Subject: [PATCH] Added English language description for sub from carrying instruction --- openpower/isa/fixedarith.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index ecc15091..c726e86b 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -193,6 +193,10 @@ Pseudo-code: RT <- ¬(RA) + (RB) + 1 +Description: + + The sum ¬(RA) + (RB) + 1 is placed into register RT. + Special Registers Altered: CA CA32 -- 2.30.2