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

index c77c37b85e53d2e31287fc7250a7f6f414f236a3..a8cbbe0e4f497ca757e962744ff1f8ec48cdc2bf 100644 (file)
@@ -305,6 +305,18 @@ Pseudo-code:
 
     if CY=0 then RT <- (RA) + (RB) + OV
 
+Description:
+
+       For CY=0, the sum (RA) + (RB) + OV is placed into regis-
+       ter RT.
+       For CY=0, OV is set to 1 if there is a carry out of bit 0 of
+       the sum in 64-bit mode or there is a carry out of bit 32
+       of the sum in 32-bit mode, and set to 0 otherwise.
+       OV32 is set to 1 if there is a carry out of bit 32 bit of the
+       sum.
+
+       CY=1, CY=2, and CY=3 are reserved.
+
 Special Registers Altered:
 
     OV OV32                (if CY=0 )