From 1bdd99c1b6b6e98a1174f94fd834b32b9e6da870 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Wed, 22 Nov 2023 14:18:03 +0000 Subject: [PATCH] Added English language description for subfic instruction --- openpower/isa/fixedarith.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openpower/isa/fixedarith.mdwn b/openpower/isa/fixedarith.mdwn index a02a8dff..5fb56ab3 100644 --- a/openpower/isa/fixedarith.mdwn +++ b/openpower/isa/fixedarith.mdwn @@ -149,6 +149,10 @@ Pseudo-code: RT <- ¬(RA) + EXTS(SI) + 1 +Description: + + The sum ¬(RA) + SI + 1 is placed into register RT. + Special Registers Altered: CA CA32 -- 2.30.2