use adde, not addeo for bigint add
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 22:46:12 +0000 (15:46 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 22:46:12 +0000 (15:46 -0700)
openpower/sv/rfc/ls001.mdwn

index 5b3394ebb3db6bec074a10898c2084a02a19887e..86d46a81618e802503f7ac093ee7c86f090436d7 100644 (file)
@@ -1247,7 +1247,7 @@ could then be performed.  Full Rationale at
 
 ## Big-Integer Math
 
-Remarkably, `sv.addeo` is inherently a big-integer Vector Add, using `CA`
+Remarkably, `sv.adde` is inherently a big-integer Vector Add, using `CA`
 chaining between **Scalar** operations.
 Using Vector LD/ST and recalling that the first and last `CA` may
 be chained in and out of an entire **Vector**, unlimited-length arithmetic is
@@ -1260,7 +1260,7 @@ possible.
   34         r5/r4: 0x8000_0000_0000_0000 0x0000_0000_0000_0001 =
   35         r1/r0: 0x8000_0000_0000_0002 0x0000_0000_0000_0000
   36
-  37                          sv.addeo *0, *2, *4
+  37                          sv.adde *0, *2, *4
 ```
 
 A 128/64-bit shift may be used as a Vector shift by a Scalar amount, by merging