Added English language description for subfze instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Wed, 29 Nov 2023 11:22:24 +0000 (11:22 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Wed, 29 Nov 2023 11:22:24 +0000 (11:22 +0000)
openpower/isa/fixedarith.mdwn

index a8cbbe0e4f497ca757e962744ff1f8ec48cdc2bf..e199bcfed10ce038fc9ed1b93b466cfc67f2d0d8 100644 (file)
@@ -302,6 +302,7 @@ Z23-Form
 * addex RT,RA,RB,CY
 
 Pseudo-code:
+fgfgfgfg
 
     if CY=0 then RT <- (RA) + (RB) + OV
 
@@ -334,6 +335,10 @@ Pseudo-code:
 
     RT <- ¬(RA) + CA
 
+Description:
+
+       The sum ¬(RA) + CA is placed into register RT.
+
 Special Registers Altered:
 
     CA CA32